Searched refs:ACONST_NULL (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DACONST_NULL.java62 * ACONST_NULL - Push null reference
67 public class ACONST_NULL extends Instruction class in inherits:Instruction,PushInstruction,TypedInstruction
72 public ACONST_NULL() { method in class:ACONST_NULL
73 super(com.sun.org.apache.bcel.internal.Constants.ACONST_NULL, (short)1);
H A DInstructionConstants.java83 public static final Instruction ACONST_NULL = new ACONST_NULL(); field in interface:InstructionConstants
221 INSTRUCTIONS[Constants.ACONST_NULL] = ACONST_NULL;
H A DPUSH.java146 instruction = ACONST_NULL;
H A DEmptyVisitor.java95 public void visitACONST_NULL(ACONST_NULL obj) { }
H A DVisitor.java98 public void visitACONST_NULL(ACONST_NULL obj);
H A DInstructionFactory.java576 case Constants.T_OBJECT: return ACONST_NULL;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DCompareGenerator.java26 import com.sun.org.apache.bcel.internal.generic.ACONST_NULL;
77 il.append(new ACONST_NULL());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariable.java27 import com.sun.org.apache.bcel.internal.generic.ACONST_NULL;
142 il.append(new ACONST_NULL()); // and 'null' for anything else
H A DCallTemplate.java159 il.append(ACONST_NULL);
H A DXslElement.java254 il.append(ACONST_NULL);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java170 int ACONST_NULL = 1; // - field in interface:Opcodes
H A DFrame.java276 // 1, //ACONST_NULL, // -
871 case Opcodes.ACONST_NULL:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java158 public static final short ACONST_NULL = 1; field in interface:Constants
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java313 mv.visitInsn(Opcodes.ACONST_NULL);
1050 mv.visitInsn(Opcodes.ACONST_NULL);
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java44 ACONST_NULL(0x1), enum constant in enum:Opcode

Completed in 47 milliseconds