Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/
Dclass_helper.cpp45 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/
Dalias_analysis.cpp634 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 …]
Dobject_type_propagation.cpp89 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
Dalias_analysis.h73 static Pointer CreatePoolConstant(uint32_t typeId) in CreatePoolConstant()
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h66 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
Ddebug_helpers.h92 [[maybe_unused]] uint32_t typeId) const in HandleStartLocal()
98 … [[maybe_unused]] uint32_t typeId, [[maybe_unused]] uint32_t typeSignatureId) const in HandleStartLocalExtended()
Ddebug_info_extractor.cpp91 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/
DassemblyType.proto23 uint32 typeId = 4; field
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h55 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()
Dglobal_type_info.h30 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID()
Dts_type_parser.cpp47 … 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
Dts_type.cpp194 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/
Dobject_type_check_elimination.cpp162 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/
Dlinker_code_parser_context.cpp38 …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/
Dinst_builder-inl.h804 …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
Dir_builder.cpp268 … tbb->EnumerateCatchHandlers([this](BasicBlock *catchHandler, [[maybe_unused]] size_t typeId) { in ProcessThrowableInstructions()
363 auto typeId = typeIdx == panda_file::INVALID_INDEX in CreateTryCatchBoundariesBlocks() local
Dinst_builder.h342 …NewObjectInst *CreateNewObjectInst(size_t pc, uint32_t typeId, SaveStateInst *saveState, Inst *ini… in CreateNewObjectInst()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp101 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/
Dobject_helpers.cpp89 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/
Dslow_path.h255 void SetUnresolvedType(void *method, uint32_t typeId) in SetUnresolvedType()
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h54 static uint64_t typeId = 0; in Type() local
DglobalTypesHolder.cpp618 const auto typeId = builtinNameMappings_.find(name); in InitializeBuiltin() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h379 static void CheckObjectType(Inst *inst, ObjectType type, [[maybe_unused]] uint32_t typeId) in CheckObjectType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp265 … JSTaggedValue typeId = tsLayout->GetTypeId(index - ClassInfoExtractor::STATIC_RESERVED_LENGTH); in CreateCHClass() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp156 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

123