Searched refs:JSR_W (Results 1 – 22 of 22) sorted by relevance
30 public class JSR_W extends JsrInstruction { class36 JSR_W() { in JSR_W() method in JSR_W40 public JSR_W(final InstructionHandle target) { in JSR_W() method in JSR_W41 super(org.apache.bcel.Const.JSR_W, target); in JSR_W()
65 super.setOpcode(org.apache.bcel.Const.JSR_W); in updatePosition()
452 case Const.JSR_W: in readInstruction()453 obj = new JSR_W(); in readInstruction()
754 case Const.JSR_W: in createBranchInstruction()755 return new JSR_W(target); in createBranchInstruction()
351 void visitJSR_W( JSR_W obj ); in visitJSR_W()
563 public void visitJSR_W( final JSR_W obj ) { in visitJSR_W()
1025 if (opcode == Const.JSR || opcode == Const.JSR_W) { in getMaxStack()
29 … pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1); in getJumpTarget()34 …&& opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == JSR_W || opcode == GOTO_… in isJumpInstruction()42 return opcode == JSR || opcode == JSR_W; in isJsr()
105 if (opcode == JSR || opcode == JSR_W) { in scanOp()
622 case JSR_W: in execute()
94 if (op == JSR || op == JSR_W) in visitBytecode()120 case JSR_W : in processBranch()
178 int JSR_W = 201; field
154 case JSR_W: in instructionString()
899 else if (inst == GOTO_W || inst == JSR_W) { in insertGap2()1200 else if (inst == GOTO_W || inst == JSR_W) { in makeJumpList()1420 newcode[dest] = (byte)(((code[src] & 0xff) == GOTO) ? GOTO_W : JSR_W); in write32()
183 case Const.JSR_W: in codeToHTML()478 case Const.JSR_W: in findGotos()
1100 short JSR_W = 201; field
1505 public static final short JSR_W = 201; field in Const
290 else if (op == Opcode.JSR_W)
655 case Opcode.JSR_W : in doOpcode148_201()
978 public void visitJSR_W(final JSR_W o) { in visitJSR_W()
2255 public void visitJSR_W(final JSR_W o) { in visitJSR_W()
281 case Const.JSR_W: in codeToString()