Home
last modified time | relevance | path

Searched refs:ResolveProtoIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dmethod_data_accessor.cpp29 proto_off_ = panda_file.ResolveProtoIndex(method_id, proto_idx_).GetOffset(); in MethodDataAccessor()
Dmethod_data_accessor-inl.h46 return File::EntityId(panda_file.ResolveProtoIndex(method_id, proto_idx_).GetOffset()); in GetProtoId()
Dfile.h345 EntityId ResolveProtoIndex(EntityId id, Index idx) const in ResolveProtoIndex() function