Searched refs:IFGE (Results 1 – 18 of 18) sorted by relevance
27 public class IFGE extends IfInstruction { class33 IFGE() { in IFGE() method in IFGE37 public IFGE(final InstructionHandle target) { in IFGE() method in IFGE38 super(org.apache.bcel.Const.IFGE, target); in IFGE()
47 return new IFGE(super.getTarget()); in negate()
350 case Const.IFGE: in readInstruction()351 obj = new IFGE(); in readInstruction()
722 case Const.IFGE: in createBranchInstruction()723 return new IFGE(target); in createBranchInstruction()
171 void visitIFGE( IFGE obj ); in visitIFGE()
263 public void visitIFGE( final IFGE obj ) { in visitIFGE()
79 return Opcodes.IFGE; in getInverted()80 case Opcodes.IFGE: in getInverted()
99 testVisitJumpInsnWithProbe(Opcodes.IFGE, Opcodes.IFLT); in testVisitJumpInsnWithProbe_IFGE()114 testVisitJumpInsnWithProbe(Opcodes.IFLT, Opcodes.IFGE); in testVisitJumpInsnWithProbe_IFLT()
131 case Opcodes.IFGE: in jumpPopCount()
160 case Const.IFGE: in codeToHTML()457 case Const.IFGE: in findGotos()
916 short IFGE = 156; field
1275 public static final short IFGE = 156; field in Const
328 testJumpInsn(IFGE, true); in testJumpInsn()
518 case Opcodes.IFGE: in visitJumpInsn()
260 case Const.IFGE: in codeToString()
728 public void visitIFGE(final IFGE o) { in visitIFGE()
1648 public void visitIFGE(final IFGE o) { in visitIFGE()
1649 IFGE L31725 IFGE L3