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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIF_ICMPGE.java62 * IF_ICMPGE - Branch if int comparison succeeds
68 public class IF_ICMPGE extends IfInstruction { class in inherits:IfInstruction
73 IF_ICMPGE() {} method in class:IF_ICMPGE
75 public IF_ICMPGE(InstructionHandle target) { method in class:IF_ICMPGE
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPGE, target);
H A DIF_ICMPLT.java83 return new IF_ICMPGE(target);
H A DInstructionFactory.java606 case Constants.IF_ICMPGE: return new IF_ICMPGE(target);
H A DEmptyVisitor.java137 public void visitIF_ICMPGE(IF_ICMPGE obj) { }
H A DVisitor.java140 public void visitIF_ICMPGE(IF_ICMPGE obj);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DBooleanType.java36 import com.sun.org.apache.bcel.internal.generic.IF_ICMPGE;
213 (BranchInstruction) new IF_ICMPGE(null);
H A DIntType.java36 import com.sun.org.apache.bcel.internal.generic.IF_ICMPGE;
290 (BranchInstruction) new IF_ICMPGE(null);
H A DMethodGenerator.java2022 case Constants.IF_ICMPGE:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java331 int IF_ICMPGE = 162; // - field in interface:Opcodes
H A DFrame.java437 // -2, //IF_ICMPGE, // -
1021 case Opcodes.IF_ICMPGE:
/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.java322 public static final short IF_ICMPGE = 162; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java205 IF_ICMPGE(0xa2, 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 111 milliseconds