Home
last modified time | relevance | path

Searched defs:entity_id (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Dabc_class_processor.cpp25 AbcClassProcessor::AbcClassProcessor(panda_file::File::EntityId entity_id, Abc2ProgramEntityContain… in AbcClassProcessor()
150 panda_file::File::EntityId entity_id(module_literal_array_id); in FillModuleLiteralArrayById() local
157 panda_file::File::EntityId entity_id(literal_array_id); in FillLiteralArrayById() local
164 panda_file::File::EntityId entity_id(module_literal_array_id); in FillModuleRequestPhaseById() local
Dabc_literal_array_processor.cpp22 AbcLiteralArrayProcessor::AbcLiteralArrayProcessor(panda_file::File::EntityId entity_id, in AbcLiteralArrayProcessor()
93 panda_file::File::EntityId entity_id(std::get<uint32_t>(value)); in FillLiteralData() local
Dabc_file_entity_processor.cpp20 AbcFileEntityProcessor::AbcFileEntityProcessor(panda_file::File::EntityId entity_id, in AbcFileEntityProcessor()
Dabc_file_entity_processor.h29 std::string GetStringById(const panda_file::File::EntityId &entity_id) const in GetStringById()
Dabc_annotation_processor.cpp21 AbcAnnotationProcessor::AbcAnnotationProcessor(panda_file::File::EntityId entity_id, in AbcAnnotationProcessor()
Dabc_field_processor.cpp21 AbcFieldProcessor::AbcFieldProcessor(panda_file::File::EntityId entity_id, Abc2ProgramEntityContain… in AbcFieldProcessor()
Dabc_method_processor.cpp23 AbcMethodProcessor::AbcMethodProcessor(panda_file::File::EntityId entity_id, in AbcMethodProcessor()
Dabc_module_array_processor.cpp20 AbcModuleArrayProcessor::AbcModuleArrayProcessor(panda_file::File::EntityId entity_id, in AbcModuleArrayProcessor()
Dabc_code_processor.cpp23 AbcCodeProcessor::AbcCodeProcessor(panda_file::File::EntityId entity_id, Abc2ProgramEntityContainer… in AbcCodeProcessor()
/arkcompiler/runtime_core/abc2program/common/
Dabc_code_converter.cpp26 …panda_file::File::EntityId entity_id = file_.ResolveOffsetByIndex(method_id, bc_ins.GetId(idx).AsI… in IDToString() local
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp751 auto entity_id = File::EntityId(entity_pair->entity_id_offset); in GetClassIdFromClassHashTable() local