Home
last modified time | relevance | path

Searched refs:proto_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.cpp556 : IndexedItem(container), class_(cls), name_(name), proto_(proto), access_flags_(access_flags) in BaseMethodItem()
585 ASSERT(proto_->HasIndex(this)); in Write()
587 if (!writer->Write<uint16_t>(proto_->GetIndex(this))) { in Write()
H A Dfile_items.h761 return proto_; in GetProto()
812 ProtoItem *proto_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::BaseMethodItem
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp505 : class_(cls), name_(name), proto_(proto), accessFlags_(accessFlags) in BaseMethodItem()
527 ASSERT(proto_->HasIndex(this)); in Write()
529 if (!writer->Write<uint16_t>(proto_->GetIndex(this))) { in Write()
H A Dfile_items.h772 return proto_; in GetProto()
815 ProtoItem *proto_; member in ark::panda_file::ClassTag::MethodTag::FieldTag::BaseMethodItem

Completed in 13 milliseconds