Searched refs:proto_ (Results 1 – 3 of 3) sorted by relevance
/ark/runtime_core/runtime/include/ |
D | vtable_builder.h | 61 : 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/ |
D | file_items.cpp | 428 : 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()
|
D | file_items.h | 633 return proto_; in GetProto() 666 ProtoItem *proto_ {nullptr};
|