Searched refs:IF_ICMPLE (Results 1 – 17 of 17) sorted by relevance
27 public class IF_ICMPLE extends IfInstruction { class33 IF_ICMPLE() { in IF_ICMPLE() method in IF_ICMPLE37 public IF_ICMPLE(final InstructionHandle target) { in IF_ICMPLE() method in IF_ICMPLE38 super(org.apache.bcel.Const.IF_ICMPLE, target); in IF_ICMPLE()
47 return new IF_ICMPLE(super.getTarget()); in negate()
374 case Const.IF_ICMPLE: in readInstruction()375 obj = new IF_ICMPLE(); in readInstruction()
738 case Const.IF_ICMPLE: in createBranchInstruction()739 return new IF_ICMPLE(target); in createBranchInstruction()
372 void visitIF_ICMPLE( IF_ICMPLE obj ); in visitIF_ICMPLE()
598 public void visitIF_ICMPLE( final IF_ICMPLE obj ) { in visitIF_ICMPLE()
95 return Opcodes.IF_ICMPLE; in getInverted()96 case Opcodes.IF_ICMPLE: in getInverted()
144 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPGT, Opcodes.IF_ICMPLE); in testVisitJumpInsnWithProbe_IF_ICMPGT()149 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPLE, Opcodes.IF_ICMPGT); in testVisitJumpInsnWithProbe_IF_ICMPLE()
28 import org.apache.bcel.generic.IF_ICMPLE;284 case GT: bh = il.append(new IF_ICMPLE(null)); ASTFunDecl.pop(2); break; in byte_code()
172 case Const.IF_ICMPLE: in codeToHTML()469 case Const.IF_ICMPLE: in findGotos()
948 short IF_ICMPLE = 164; field
1315 public static final short IF_ICMPLE = 164; field in Const
336 testJumpInsn(IF_ICMPLE, true); in testJumpInsn()
528 case Opcodes.IF_ICMPLE: in visitJumpInsn()
273 case Const.IF_ICMPLE: in codeToString()
705 public void visitIF_ICMPLE(final IF_ICMPLE o) { in visitIF_ICMPLE()
1599 public void visitIF_ICMPLE(final IF_ICMPLE o) { in visitIF_ICMPLE()