Searched refs:IF_ICMPLE (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIF_ICMPLE.java62 * IF_ICMPLE - Branch if int comparison succeeds
68 public class IF_ICMPLE extends IfInstruction { class in inherits:IfInstruction
73 IF_ICMPLE() {} method in class:IF_ICMPLE
75 public IF_ICMPLE(InstructionHandle target) { method in class:IF_ICMPLE
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPLE, target);
H A DIF_ICMPGT.java83 return new IF_ICMPLE(target);
H A DInstructionFactory.java608 case Constants.IF_ICMPLE: return new IF_ICMPLE(target);
H A DEmptyVisitor.java181 public void visitIF_ICMPLE(IF_ICMPLE obj) { }
H A DVisitor.java184 public void visitIF_ICMPLE(IF_ICMPLE obj);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DBooleanType.java38 import com.sun.org.apache.bcel.internal.generic.IF_ICMPLE;
223 (BranchInstruction) new IF_ICMPLE(null);
H A DIntType.java38 import com.sun.org.apache.bcel.internal.generic.IF_ICMPLE;
300 (BranchInstruction) new IF_ICMPLE(null);
H A DMethodGenerator.java2024 case Constants.IF_ICMPLE:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java333 int IF_ICMPLE = 164; // - field in interface:Opcodes
H A DFrame.java439 // -2, //IF_ICMPLE, // -
1023 case Opcodes.IF_ICMPLE:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DCodeHTML.java195 case IF_ICMPLE: case IF_ICMPLT: case IF_ICMPNE: case JSR:
496 case IF_ICMPLE: case IF_ICMPLT: case IF_ICMPNE: case JSR:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java324 public static final short IF_ICMPLE = 164; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java207 IF_ICMPLE(0xa4, BRANCH), enum constant in enum:Opcode
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java286 case Constants.IF_ICMPLE: case Constants.IF_ICMPLT: case Constants.IF_ICMPNE:

Completed in 613 milliseconds