Searched defs:IF_ICMPGE (Results 1 - 4 of 4) 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);
/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
/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

Completed in 41 milliseconds