Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dvtable_builder.h61 : mda_(pf, method_id), proto_(pf, mda_.GetProtoId()), ctx_(ctx), index_(index) in MethodInfo()
67 proto_(*method->GetPandaFile(), mda_.GetProtoId()),
83 return GetName() == other.GetName() && proto_.IsEqualBySignatureAndReturnType(other.proto_); in IsEqualByNameAndSignature()
103 return proto_; in GetProto()
172 Proto proto_; variable
/ark/runtime_core/libpandafile/
Dfile_items.cpp428 : class_(cls), name_(name), proto_(proto), access_flags_(access_flags) in BaseMethodItem()
450 ASSERT(proto_->HasIndex(this)); in Write()
452 if (!writer->Write<uint16_t>(proto_->GetIndex(this))) { in Write()
Dfile_items.h633 return proto_; in GetProto()
666 ProtoItem *proto_ {nullptr};