Searched defs:IFGE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIFGE.java62 * IFGE - Branch if int comparison with zero succeeds
68 public class IFGE extends IfInstruction { class in inherits:IfInstruction
73 IFGE() {} method in class:IFGE
75 public IFGE(InstructionHandle target) { method in class:IFGE
76 super(com.sun.org.apache.bcel.internal.Constants.IFGE, target);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java325 int IFGE = 156; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java316 public static final short IFGE = 156; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java199 IFGE(0x9c, BRANCH), enum constant in enum:Opcode

Completed in 46 milliseconds