Searched refs:IF_ACMPNE (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIF_ACMPNE.java62 * IF_ACMPNE - Branch if reference comparison doesn't succeed
68 public class IF_ACMPNE extends IfInstruction { class in inherits:IfInstruction
73 IF_ACMPNE() {} method in class:IF_ACMPNE
75 public IF_ACMPNE(InstructionHandle target) { method in class:IF_ACMPNE
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ACMPNE, target);
H A DIF_ACMPEQ.java83 return new IF_ACMPNE(target);
H A DInstructionFactory.java610 case Constants.IF_ACMPNE: return new IF_ACMPNE(target);
H A DEmptyVisitor.java162 public void visitIF_ACMPNE(IF_ACMPNE obj) { }
H A DVisitor.java165 public void visitIF_ACMPNE(IF_ACMPNE obj);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java335 int IF_ACMPNE = 166; // - field in interface:Opcodes
H A DFrame.java441 // -2, //IF_ACMPNE, // -
1025 case Opcodes.IF_ACMPNE:
/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.java326 public static final short IF_ACMPNE = 166; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java209 IF_ACMPNE(0xa6, 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:
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java2020 case Constants.IF_ACMPNE:

Completed in 90 milliseconds