Home
last modified time | relevance | path

Searched refs:ResolveClassIndex (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h102 auto id1 = panda_file_.ResolveClassIndex(proto_id_, helpers::Read<IDX_SIZE>(&sp1)); in IsEqual()
103 … auto id2 = other->panda_file_.ResolveClassIndex(other->proto_id_, helpers::Read<IDX_SIZE>(&sp2)); in IsEqual()
129 return panda_file_.ResolveClassIndex(proto_id_, class_idx); in GetReferenceType()
Dfield_data_accessor.cpp30 class_off_ = panda_file.ResolveClassIndex(field_id, class_idx).GetOffset(); in FieldDataAccessor()
31 type_off_ = panda_file.ResolveClassIndex(field_id, type_idx).GetOffset(); in FieldDataAccessor()
Dmethod_data_accessor.cpp28 class_off_ = panda_file.ResolveClassIndex(method_id, class_idx_).GetOffset(); in MethodDataAccessor()
Dannotation_data_accessor.cpp26 class_off_ = panda_file_.ResolveClassIndex(annotation_id_, class_idx).GetOffset(); in AnnotationDataAccessor()
Dclass_data_accessor-inl.h74 cb(panda_file_.ResolveClassIndex(class_id_, index)); in EnumerateInterfaces()
83 return panda_file_.ResolveClassIndex(class_id_, index); in GetInterfaceId()
Dfield_data_accessor-inl.h33 return panda_file.ResolveClassIndex(field_id, type_idx); in GetTypeId()
Dmethod_data_accessor-inl.h54 return File::EntityId(panda_file.ResolveClassIndex(method_id, class_idx).GetOffset()); in GetClassId()
Dfile.h309 EntityId ResolveClassIndex(EntityId id, Index idx) const in ResolveClassIndex() function
Dfile_reader.cpp677 … File::EntityId catch_cls_id = file_->ResolveClassIndex(method_id, catch_block.GetTypeIdx()); in CreateMethodItem()
1292 File::EntityId old_id = file_->ResolveClassIndex(method_id, idx); in UpdateCodeAndDebugInfoDependencies()
1390 File::EntityId old_id = file_->ResolveClassIndex(method_id, idx); in ComputeLayoutAndUpdateIndices()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp337 … auto id = idx != panda_file::INVALID_INDEX ? pf->ResolveClassIndex(mda.GetMethodId(), idx) in TEST()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp497 const auto class_id = file_->ResolveClassIndex(method_id, class_idx); in GetExceptions()