Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp479 const auto bc_ins_last = bc_ins.JumpTo(code_accessor.GetCodeSize()); in GetExceptions() local
532 …ssembler::LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in LocateTryBlock()
585 …embler::LocateCatchBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in LocateCatchBlock()
1579 BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, in translateImmToLabel()
1619 const auto bc_ins_last = bc_ins.JumpTo(ins_sz); in GetInstructions() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp792 const auto bc_ins_last = bc_ins.JumpTo(ins_sz); in TEST() local