Home
last modified time | relevance | path

Searched refs:bc_ins_dest (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp622 const auto bc_ins_dest = bc_ins.JumpTo(immdata.value()); in VerifyJumpInstruction() local
623 if (!bc_ins_dest.IsPrimaryOpcodeValid()) { in VerifyJumpInstruction()
627 if (!IsMethodBytecodeInstruction(bc_ins_dest)) { in VerifyJumpInstruction()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2167 const auto bc_ins_dest = bc_ins.JumpTo(jmp_offset); in translateImmToLabel() local
2168 if (bc_ins_last.GetAddress() > bc_ins_dest.GetAddress()) { in translateImmToLabel()
2169 size_t idx = getBytecodeInstructionNumber(BytecodeInstruction(ins_arr), bc_ins_dest); in translateImmToLabel()

Completed in 7 milliseconds