Home
last modified time | relevance | path

Searched refs:proto_id (Results 1 – 6 of 6) sorted by relevance

/ark/runtime_core/libpandafile/
Dproto_data_accessor.h27 …aAccessor(const File &panda_file, File::EntityId proto_id) : panda_file_(panda_file), proto_id_(pr… in ProtoDataAccessor() argument
/ark/runtime_core/runtime/include/
Dvtable_builder.h40 … Proto(const panda_file::File &pf, panda_file::File::EntityId proto_id) : pda_(pf, proto_id) {} in Proto() argument
Dmethod.h100 Proto(const panda_file::File &pf, panda_file::File::EntityId proto_id);
/ark/runtime_core/disassembler/
Ddisassembler.h83 void GetParams(pandasm::Function *method, const panda_file::File::EntityId &proto_id) const;
Ddisassembler.cpp424 void Disassembler::GetParams(pandasm::Function *method, const panda_file::File::EntityId &proto_id)… in GetParams()
431 LOG(DEBUG, DISASSEMBLER) << "[getting params]\nproto id: " << proto_id.GetOffset(); in GetParams()
438 panda_file::ProtoDataAccessor proto_accessor(*file_, proto_id); in GetParams()
442 … LOG(ERROR, DISASSEMBLER) << "> error encountered at " << std::dec << proto_id.GetOffset() << " (" in GetParams()
443 … << "0x" << std::hex << proto_id.GetOffset() << "). number of function's arguments (" in GetParams()
/ark/runtime_core/runtime/
Dmethod.cpp56 Method::Proto::Proto(const panda_file::File &pf, panda_file::File::EntityId proto_id) in Proto() argument
58 panda_file::ProtoDataAccessor pda(pf, proto_id); in Proto()