Searched refs:getBytecodeInstructionNumber (Results 1 – 1 of 1) sorted by relevance
723 static size_t getBytecodeInstructionNumber(BytecodeInstruction bc_ins_first, BytecodeInstruction bc… in getBytecodeInstructionNumber() function746 const size_t try_begin_idx = getBytecodeInstructionNumber(bc_ins, try_begin_bc_ins); in LocateTryBlock()747 const size_t try_end_idx = getBytecodeInstructionNumber(bc_ins, try_end_bc_ins); in LocateTryBlock()802 const size_t handler_begin_idx = getBytecodeInstructionNumber(bc_ins, handler_begin_bc_ins); in LocateCatchBlock()803 const size_t handler_end_idx = getBytecodeInstructionNumber(bc_ins, handler_end_bc_ins); in LocateCatchBlock()1892 size_t idx = getBytecodeInstructionNumber(BytecodeInstruction(ins_arr), bc_ins_dest); in translateImmToLabel()