Searched refs:MULTIANEWARRAY (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMULTIANEWARRAY.java66 * MULTIANEWARRAY - Create new mutidimensional array of references
71 public class MULTIANEWARRAY extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower { class in inherits:CPInstruction,LoadClass,AllocationInstruction,ExceptionThrower
78 MULTIANEWARRAY() {} method in class:MULTIANEWARRAY
80 public MULTIANEWARRAY(int index, short dimensions) { method in class:MULTIANEWARRAY
81 super(com.sun.org.apache.bcel.internal.Constants.MULTIANEWARRAY, index);
H A DEmptyVisitor.java175 public void visitMULTIANEWARRAY(MULTIANEWARRAY obj) { }
H A DVisitor.java178 public void visitMULTIANEWARRAY(MULTIANEWARRAY obj);
H A DInstructionFactory.java567 return new MULTIANEWARRAY(cp.addArrayClass(at), dim);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java366 int MULTIANEWARRAY = 197; // visitMultiANewArrayInsn field in interface:Opcodes
H A DMethodWriter.java1156 currentBlock.frame.execute(Opcodes.MULTIANEWARRAY, dims, cw, i);
1164 code.put12(Opcodes.MULTIANEWARRAY, i.index).putByte(dims);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java201 case Constants.MULTIANEWARRAY:
202 dim = ((MULTIANEWARRAY)i).getDimensions();
H A DCodeHTML.java353 case MULTIANEWARRAY:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java357 public static final short MULTIANEWARRAY = 197; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java240 MULTIANEWARRAY(0xc5, CPREF_W_UBYTE), enum constant in enum:Opcode
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java398 case Constants.MULTIANEWARRAY: {

Completed in 90 milliseconds