Home
last modified time | relevance | path

Searched defs:code_id (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dcode_data_accessor.cpp37 CodeDataAccessor::CodeDataAccessor(const File &panda_file, File::EntityId code_id) in CodeDataAccessor() argument
H A Dcode_data_accessor-inl.h62 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 Dfile_reader.cpp623 auto code_id = method_acc.GetCodeId(); in EnumerateBlocks() local
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_test.h45 static bool HasTryCatch(const panda_file::File &panda_file, panda_file::File::EntityId code_id) in HasTryCatch() argument
/arkcompiler/runtime_core/abc2program/
H A Dabc_method_processor.cpp63 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 Dverifier.cpp803 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 Ddisassembler.cpp202 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 9 milliseconds