Searched defs:code_id (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | code_data_accessor.cpp | 37 CodeDataAccessor::CodeDataAccessor(const File &panda_file, File::EntityId code_id) in CodeDataAccessor() argument
|
| H A D | code_data_accessor-inl.h | 62 inline uint32_t CodeDataAccessor::GetNumVregs(const File &pf, File::EntityId code_id) in GetNumVregs() argument 71 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id, uint32_t *vregs) in GetInstructions() argument 82 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id) in GetInstructions() argument
|
| H A D | file_reader.cpp | 623 auto code_id = method_acc.GetCodeId(); in EnumerateBlocks() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | graph_test.h | 45 static bool HasTryCatch(const panda_file::File &panda_file, panda_file::File::EntityId code_id) in HasTryCatch() argument
|
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc_method_processor.cpp | 63 std::optional<panda_file::File::EntityId> code_id = method_data_accessor_->GetCodeId(); in GetNumArgs() local 105 std::optional<panda_file::File::EntityId> code_id = method_data_accessor_->GetCodeId(); in FillCodeData() local
|
| /arkcompiler/runtime_core/verifier/ |
| H A D | verifier.cpp | 803 auto code_id = infos.method_accessor.GetCodeId().value(); in VerifyMethodInstructions() local 598 VerifyJumpInstruction(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, const BytecodeInstruction &bc_ins_first, const uint8_t *ins_arr, panda_file::File::EntityId code_id) VerifyJumpInstruction() argument
|
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 202 auto code_id = method_accessor.GetCodeId().value(); in GetMethod() local 747 LOG(DEBUG, DISASSEMBLER) << "[getting params number]\ncode id: " << code_id << " (0x" << std::hex << code_id << ")"; in GetParams() local 776 LOG(DEBUG, DISASSEMBLER) << "[getting exceptions]\\ncode id: " << code_id << " (0x" << std::hex << code_id << ")"; GetExceptions() local 2162 translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_arr, BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, panda_file::File::EntityId code_id) translateImmToLabel() argument [all...] |
Completed in 7 milliseconds