| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_helper.cpp | 45 char ClassHelper::GetPrimitiveTypeDescriptorChar(panda_file::Type::TypeId typeId) in GetPrimitiveTypeDescriptorChar() 52 const uint8_t *ClassHelper::GetPrimitiveTypeDescriptorStr(panda_file::Type::TypeId typeId) in GetPrimitiveTypeDescriptorStr() 63 const char *ClassHelper::GetPrimitiveTypeStr(panda_file::Type::TypeId typeId) in GetPrimitiveTypeStr()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 634 uint32_t typeId = 0; in ParsePoolConstant() local 653 uint32_t typeId = 0; in ParseStaticField() local 681 uint32_t typeId = 0; in ParseObjectField() local 876 uint32_t typeId = typedInst->GetTypeId(); in VisitLoadStatic() local 892 uint32_t typeId = typedInst->GetTypeId(); in VisitLoadResolvedObjectFieldStatic() local 908 uint32_t typeId = typedInst->GetTypeId(); in VisitStoreStatic() local 924 uint32_t typeId = typedInst->GetTypeId(); in VisitStoreResolvedObjectFieldStatic() local 940 uint32_t typeId = typedInst->GetTypeId(); in VisitUnresolvedStoreStatic() local 953 uint32_t typeId = inst->CastToLoadRuntimeClass()->GetTypeId(); in VisitLoadRuntimeClass() local 961 uint32_t typeId = inst->CastToLoadClass()->GetTypeId(); in VisitLoadClass() local [all …]
|
| D | object_type_propagation.cpp | 89 auto typeId = runtime->GetFieldValueTypeId(method, fieldId); in VisitLoadObject() local 137 auto typeId = runtime->GetMethodArgReferenceTypeId(method, refNum); in VisitParameter() local 154 auto typeId = runtime->GetMethodReturnTypeId(method); in ProcessManagedCall() local
|
| D | alias_analysis.h | 73 static Pointer CreatePoolConstant(uint32_t typeId) in CreatePoolConstant()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 66 auto typeId = File::EntityId(state.ReadULeb128()); in Scrap() local 83 auto typeId = File::EntityId(state.ReadULeb128()); in Scrap() local 156 auto typeId = File::EntityId(state.ReadULeb128()); in Emit() local 173 auto typeId = File::EntityId(state.ReadULeb128()); in Emit() local
|
| D | debug_helpers.h | 92 [[maybe_unused]] uint32_t typeId) const in HandleStartLocal() 98 … [[maybe_unused]] uint32_t typeId, [[maybe_unused]] uint32_t typeSignatureId) const in HandleStartLocalExtended()
|
| D | debug_info_extractor.cpp | 91 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, uint32_t typeId) in HandleStartLocal() 99 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, uint32_t typeId, uint32_t typeSi… in HandleStartLocalExtended()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyType.proto | 23 uint32 typeId = 4; field
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.h | 55 inline static bool IsUserDefinedType(const uint32_t typeId) in IsUserDefinedType() 92 inline GlobalTSTypeRef GetAndStoreImportGT(const JSPandaFile *jsPandaFile, uint32_t typeId, in GetAndStoreImportGT() 122 inline GlobalTSTypeRef EncodeParaType(const uint32_t typeId) in EncodeParaType()
|
| D | global_type_info.h | 30 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID()
|
| D | ts_type_parser.cpp | 47 … TSTypeParser::CreateGT(const JSPandaFile *jsPandaFile, const CString &recordName, uint32_t typeId) in CreateGT() 69 GlobalTSTypeRef TSTypeParser::ParseBuiltinObjType(uint32_t typeId) in ParseBuiltinObjType() 82 …TSTypeParser::ParseType(const JSPandaFile *jsPandaFile, const CString &recordName, uint32_t typeId) in ParseType() 147 uint32_t typeId = typeLiteralExtractor->GetTypeOffset(); in ResolveImportType() local 214 uint32_t typeId = typeLiteralExtractor->GetTypeOffset(); in ParseIndexSigType() local 555 uint32_t typeId = static_cast<uint32_t>(target.GetInt()); in GenerateExportTableFromRecord() local 635 uint32_t typeId = typeLiteralExtractor->GetTypeOffset(); in ParseGenericsType() local
|
| D | ts_type.cpp | 194 const uint32_t typeId) in GetIndexSignType() 255 const uint32_t typeId) in GetIndexSignType() 353 const uint32_t typeId) in GetIndexSignType()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | object_type_check_elimination.cpp | 162 bool ObjectTypeCheckElimination::IsMember(Inst *inst, uint32_t typeId, Inst *refUser) in IsMember() 190 bool ObjectTypeCheckElimination::IsSuccessfulIsInstance(IsInstanceInst *isInstance, uint32_t typeId… in IsSuccessfulIsInstance()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 38 …panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, const std::… in GetType() 62 panda_file::BaseClassItem *GetType([[maybe_unused]] panda_file::File::EntityId typeId, in GetType()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 804 …Builder::BuildLoadStaticInst(const BytecodeInstruction *bcInst, DataType::Type type, size_t typeId, in BuildLoadStaticInst() 866 …uilder::BuildStoreStaticInst(const BytecodeInstruction *bcInst, DataType::Type type, size_t typeId, in BuildStoreStaticInst() 998 auto typeId = GetRuntime()->GetLiteralArrayClassIdWithinFile(method, litArray.literals[0].tag); in BuildUnfoldLoadConstArray() local 1188 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildNewArray() local 1353 auto typeId = GetRuntime()->GetClassIdForMethod(GetMethod(), methodId); in BuildInitObject() local 1411 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildCheckCast() local 1425 auto typeId = GetRuntime()->ResolveTypeIndex(GetMethod(), typeIndex); in BuildIsInstance() local 1437 Inst *InstBuilder::BuildLoadClass(RuntimeInterface::IdType typeId, size_t pc, Inst *saveState) in BuildLoadClass() 1467 uint32_t typeId; in BuildLoadFromPool() local
|
| D | ir_builder.cpp | 268 … tbb->EnumerateCatchHandlers([this](BasicBlock *catchHandler, [[maybe_unused]] size_t typeId) { in ProcessThrowableInstructions() 363 auto typeId = typeIdx == panda_file::INVALID_INDEX in CreateTryCatchBoundariesBlocks() local
|
| D | inst_builder.h | 342 …NewObjectInst *CreateNewObjectInst(size_t pc, uint32_t typeId, SaveStateInst *saveState, Inst *ini… in CreateNewObjectInst()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.cpp | 101 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal() 112 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.cpp | 89 panda_file::Type::TypeId typeId = field.GetTypeId(); in DumpObject() local 172 panda_file::Type::TypeId typeId = field.GetTypeId(); in TraverseFields() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | slow_path.h | 255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | type.h | 54 static uint64_t typeId = 0; in Type() local
|
| D | globalTypesHolder.cpp | 618 const auto typeId = builtinNameMappings_.find(name); in InitializeBuiltin() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 379 static void CheckObjectType(Inst *inst, ObjectType type, [[maybe_unused]] uint32_t typeId) in CheckObjectType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_hclass_generator.cpp | 265 … JSTaggedValue typeId = tsLayout->GetTypeId(index - ClassInfoExtractor::STATIC_RESERVED_LENGTH); in CreateCHClass() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 156 panda_file::Type::TypeId typeId; in TEST() member 328 panda_file::File::EntityId typeId; in TEST() member 538 panda_file::Type::TypeId typeId; in TEST() member
|