Home
last modified time | relevance | path

Searched refs:ins_arr (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/util/
H A Dcollect_util.cpp69 const uint8_t *ins_arr = code_data_accessor.GetInstructions(); in CollectClassLiteralArray()
70 auto bc_ins = panda::BytecodeInst<BytecodeInstMode::FAST>(ins_arr); in CollectClassLiteralArray()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp231 const auto ins_arr = code_accessor.GetInstructions(); in CollectIdInInstructions() local
233 auto bc_ins = BytecodeInstruction(ins_arr); in CollectIdInInstructions()
599 const BytecodeInstruction &bc_ins_first, const uint8_t *ins_arr, in VerifyJumpInstruction()
629 << "). incorrect instruction at offset: 0x" << (bc_ins.GetAddress() - ins_arr) in VerifyJumpInstruction()
833 infos.bc_ins_init, infos.ins_arr, in VerifyMethodInstructions()
857 const auto ins_arr = code_accessor.GetInstructions(); in CheckConstantPoolMethodContent() local
858 auto bc_ins = BytecodeInstruction(ins_arr); in CheckConstantPoolMethodContent()
866 valid_regs_num, ins_arr, ins_slot_num, has_slot, is_two_slot}; in CheckConstantPoolMethodContent()
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
H A Dverifier.h50 const uint8_t *ins_arr; member
108 const BytecodeInstruction &bc_ins_init, const uint8_t *ins_arr,
/arkcompiler/runtime_core/abc2program/
H A Dabc_code_processor.cpp58 const uint8_t *ins_arr = code_data_accessor_->GetInstructions(); in FillInsWithoutLabels() local
59 auto bc_ins = BytecodeInstruction(ins_arr); in FillInsWithoutLabels()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2162 static void translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_arr, in translateImmToLabel() argument
2169 size_t idx = getBytecodeInstructionNumber(BytecodeInstruction(ins_arr), bc_ins_dest); in translateImmToLabel()
2181 << "). incorrect instruction at offset: 0x" << (bc_ins.GetAddress() - ins_arr) in translateImmToLabel()
2187 << "). incorrect instruction at offset: 0x" << (bc_ins.GetAddress() - ins_arr) in translateImmToLabel()
2198 const auto ins_arr = code_accessor.GetInstructions(); in GetInstructions() local
2202 auto bc_ins = BytecodeInstruction(ins_arr); in GetInstructions()
2220 translateImmToLabel(&pa_ins, &label_table, ins_arr, bc_ins, bc_ins_last, code_id); in GetInstructions()
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp789 const auto ins_arr = cda_f.GetInstructions(); in TEST() local
791 auto bc_ins = BytecodeInstruction(ins_arr); in TEST()

Completed in 8 milliseconds