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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIF_ICMPGT.java62 * IF_ICMPGT - Branch if int comparison succeeds
68 public class IF_ICMPGT extends IfInstruction { class in inherits:IfInstruction
73 IF_ICMPGT() {} method in class:IF_ICMPGT
75 public IF_ICMPGT(InstructionHandle target) { method in class:IF_ICMPGT
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPGT, target);
H A DIF_ICMPLE.java83 return new IF_ICMPGT(target);
H A DInstructionFactory.java607 case Constants.IF_ICMPGT: return new IF_ICMPGT(target);
H A DEmptyVisitor.java159 public void visitIF_ICMPGT(IF_ICMPGT obj) { }
H A DVisitor.java162 public void visitIF_ICMPGT(IF_ICMPGT obj);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DBooleanType.java37 import com.sun.org.apache.bcel.internal.generic.IF_ICMPGT;
208 (BranchInstruction) new IF_ICMPGT(null);
H A DIntType.java37 import com.sun.org.apache.bcel.internal.generic.IF_ICMPGT;
285 (BranchInstruction) new IF_ICMPGT(null);
H A DMethodGenerator.java2023 case Constants.IF_ICMPGT:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java332 int IF_ICMPGT = 163; // - field in interface:Opcodes
H A DFrame.java438 // -2, //IF_ICMPGT, // -
1022 case Opcodes.IF_ICMPGT:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DCodeHTML.java194 case IF_ACMPNE: case IF_ICMPEQ: case IF_ICMPGE: case IF_ICMPGT:
495 case IF_ACMPNE: case IF_ICMPEQ: case IF_ICMPGE: case IF_ICMPGT:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java323 public static final short IF_ICMPGT = 163; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java206 IF_ICMPGT(0xa3, BRANCH), enum constant in enum:Opcode
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java285 case Constants.IF_ACMPNE: case Constants.IF_ICMPEQ: case Constants.IF_ICMPGE: case Constants.IF_ICMPGT:

Completed in 52 milliseconds