Searched refs:protoId_ (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | proto_data_accessor.h | 27 ProtoDataAccessor(const File &pandaFile, File::EntityId protoId) : pandaFile_(pandaFile), protoId_(protoId) {} in ProtoDataAccessor() 38 return protoId_; in GetProtoId() 43 return pandaFile_.GetSpanFromId(protoId_); in GetShorty() 85 File::EntityId protoId_; member in ark::panda_file::ProtoDataAccessor
|
H A D | proto_data_accessor-inl.h | 40 auto sp = pandaFile_.GetSpanFromId(protoId_); in EnumerateTypes() 78 auto sp1 = pandaFile_.GetSpanFromId(protoId_); in IsEqual() 79 auto sp2 = other->pandaFile_.GetSpanFromId(other->protoId_); in IsEqual() 104 auto id1 = pandaFile_.ResolveClassIndex(protoId_, helpers::Read<IDX_SIZE>(&sp1)); in IsEqual() 105 auto id2 = other->pandaFile_.ResolveClassIndex(other->protoId_, helpers::Read<IDX_SIZE>(&sp2)); in IsEqual() 136 return pandaFile_.ResolveClassIndex(protoId_, classIdx); in GetReferenceType() 144 auto sp = pandaFile_.GetSpanFromId(protoId_); in GetType()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | vtable_builder_base.h | 42 protoId_(mda.GetProtoId()), in MethodInfo() 53 protoId_(method->GetProtoId().GetEntityId()), in MethodInfo() 75 return Method::ProtoId(*pf_, protoId_); in GetProtoId() 144 panda_file::File::EntityId protoId_; member in ark::MethodInfo
|
H A D | method.h | 141 ProtoId(const panda_file::File &pf, panda_file::File::EntityId protoId) : pf_(pf), protoId_(protoId) {} in ProtoId() 160 return protoId_; in GetEntityId() 171 panda_file::File::EntityId protoId_; member in ark::Method::VerificationStage::ProtoId
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | method.cpp | 67 return protoId_ == other.protoId_; in operator ==() 70 panda_file::ProtoDataAccessor pda1(pf_, protoId_); in operator ==() 71 panda_file::ProtoDataAccessor pda2(other.pf_, other.protoId_); in operator ==() 82 panda_file::ProtoDataAccessor pda(pf_, protoId_); in operator ==()
|
Completed in 7 milliseconds