Searched refs:GOTO_W (Results 1 – 21 of 21) sorted by relevance
30 public class GOTO_W extends GotoInstruction { class36 GOTO_W() { in GOTO_W() method in GOTO_W40 public GOTO_W(final InstructionHandle target) { in GOTO_W() method in GOTO_W41 super(org.apache.bcel.Const.GOTO_W, target); in GOTO_W()
74 super.setOpcode(org.apache.bcel.Const.GOTO_W); in updatePosition()
449 case Const.GOTO_W: in readInstruction()450 obj = new GOTO_W(); in readInstruction()
752 case Const.GOTO_W: in createBranchInstruction()753 return new GOTO_W(target); in createBranchInstruction()
495 void visitGOTO_W( GOTO_W obj ); in visitGOTO_W()
793 public void visitGOTO_W( final GOTO_W obj ) { in visitGOTO_W()
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_W; in isJumpInstruction()38 return opcode == GOTO || opcode == GOTO_W; in isGoto()
620 case GOTO_W: in execute()
115 int GOTO_W = 200; field
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()1441 newcode[dest + 3] = (byte)GOTO_W; in write32()
115 case GOTO_W : in processBranch()
153 case GOTO_W: in instructionString()
182 case Const.GOTO_W: in codeToHTML()477 case Const.GOTO_W: in findGotos()
1096 short GOTO_W = 200; field
1500 public static final short GOTO_W = 200; field in Const
957 iterator.writeByte(Opcode.GOTO_W, pos); in insertGoto()970 iterator.writeByte(Opcode.GOTO_W, pos); in insertGoto()
288 else if (op == Opcode.GOTO_W)
652 case Opcode.GOTO_W : in doOpcode148_201()
594 public void visitGOTO_W(final GOTO_W o) { in visitGOTO_W()
1374 public void visitGOTO_W(final GOTO_W o) { in visitGOTO_W()
280 case Const.GOTO_W: in codeToString()