Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dproto_data_accessor.h27 ProtoDataAccessor(const File &pandaFile, File::EntityId protoId) : pandaFile_(pandaFile), protoId_(protoId) {} in ProtoDataAccessor() argument
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_method_processor.cpp139 void AbcMethodProcessor::GetParams(const panda_file::File::EntityId &protoId) in GetParams() argument
144 LOG(DEBUG, ABC2PROGRAM) << "[getting params]\nproto id: " << protoId << " (0x" << std::hex << protoId << ")"; in GetParams() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp51 Method::Proto::Proto(const panda_file::File &pf, panda_file::File::EntityId protoId) in Proto() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h141 ProtoId(const panda_file::File &pf, panda_file::File::EntityId protoId) : pf_(pf), protoId_(protoId) {} in ProtoId() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp646 LOG(DEBUG, DISASSEMBLER) << "[getting params]\nproto id: " << protoId << " (0x" << std::hex << protoId << ")"; in GetParams() local

Completed in 7 milliseconds