Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp550 : IndexedItem(container), class_(cls), name_(name), proto_(proto), access_flags_(access_flags) in BaseMethodItem()
572 ASSERT(proto_->HasIndex(this)); in Write()
574 if (!writer->Write<uint16_t>(proto_->GetIndex(this))) { in Write()
Dfile_items.h734 return proto_; in GetProto()
785 ProtoItem *proto_; variable