Home
last modified time | relevance | path

Searched defs:bc_ins_last (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/verifier/
Dverifier.cpp108 const auto bc_ins_last = bc_ins.JumpTo(code_data.GetCodeSize()); in VerifyRegisterIndex() local
205 const auto bc_ins_last = bc_ins.JumpTo(ins_size); in CollectIdInInstructions() local
550 …r::VerifyJumpInstruction(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in VerifyJumpInstruction()
633 const auto bc_ins_last = bc_ins.JumpTo(ins_size); in CheckConstantPoolMethodContent() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp685 const auto bc_ins_last = bc_ins.JumpTo(code_accessor.GetCodeSize()); in GetExceptions() local
738 …ssembler::LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in LocateTryBlock()
791 …embler::LocateCatchBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in LocateCatchBlock()
1886 BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, in translateImmToLabel()
1926 const auto bc_ins_last = bc_ins.JumpTo(ins_sz); in GetInstructions() local
/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp60 const auto bc_ins_last = bc_ins.JumpTo(ins_size_); in FillInsWithoutLabels() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp792 const auto bc_ins_last = bc_ins.JumpTo(ins_sz); in TEST() local