Home
last modified time | relevance | path

Searched defs:protoId (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dproto_data_accessor.h27 …ProtoDataAccessor(const File &pandaFile, File::EntityId protoId) : pandaFile_(pandaFile), protoId_… in ProtoDataAccessor()
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyInsProto.cpp57 for (const auto &protoId : protoInsn.ids()) { in Deserialize() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_method_processor.cpp139 void AbcMethodProcessor::GetParams(const panda_file::File::EntityId &protoId) in GetParams()
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp51 Method::Proto::Proto(const panda_file::File &pf, panda_file::File::EntityId protoId) in Proto()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h141 …ProtoId(const panda_file::File &pf, panda_file::File::EntityId protoId) : pf_(pf), protoId_(protoI… in ProtoId()