Searched refs:getBytecodeInstructionNumber (Results 1 – 1 of 1) sorted by relevance
520 static size_t getBytecodeInstructionNumber(BytecodeInstruction bc_ins_first, BytecodeInstruction bc… in getBytecodeInstructionNumber() function543 const size_t try_begin_idx = getBytecodeInstructionNumber(bc_ins, try_begin_bc_ins); in LocateTryBlock()544 const size_t try_end_idx = getBytecodeInstructionNumber(bc_ins, try_end_bc_ins); in LocateTryBlock()599 const size_t handler_begin_idx = getBytecodeInstructionNumber(bc_ins, handler_begin_bc_ins); in LocateCatchBlock()600 const size_t handler_end_idx = getBytecodeInstructionNumber(bc_ins, handler_end_bc_ins); in LocateCatchBlock()1589 size_t idx = getBytecodeInstructionNumber(BytecodeInstruction(ins_arr), bc_ins_dest); in translateImmToLabel()