Home
last modified time | relevance | path

Searched refs:proto_idx_ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmethod_data_accessor.cpp26 proto_idx_ = helpers::Read<IDX_SIZE>(&sp); in MethodDataAccessor()
29 if (proto_idx_ != INVALID_INDEX_16) { in MethodDataAccessor()
30 proto_off_ = panda_file.ResolveProtoIndex(method_id, proto_idx_).GetOffset(); in MethodDataAccessor()
H A Dmethod_data_accessor.h113 return proto_idx_; in GetProtoIdx()
173 return proto_idx_ != INVALID_INDEX_16; in HasValidProto()
208 uint16_t proto_idx_; member in panda::panda_file::MethodDataAccessor
H A Dmethod_data_accessor-inl.h45 auto proto_idx_ = helpers::Read<IDX_SIZE>(&sp); in GetProtoId() local
46 return File::EntityId(panda_file.ResolveProtoIndex(method_id, proto_idx_).GetOffset()); in GetProtoId()

Completed in 2 milliseconds