Searched refs:opc_newarray (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DArrayExpression.java97 case TC_BOOLEAN: asm.add(where, opc_newarray, new Integer(T_BOOLEAN)); break;
98 case TC_BYTE: asm.add(where, opc_newarray, new Integer(T_BYTE)); break;
99 case TC_SHORT: asm.add(where, opc_newarray, new Integer(T_SHORT)); break;
100 case TC_CHAR: asm.add(where, opc_newarray, new Integer(T_CHAR)); break;
101 case TC_INT: asm.add(where, opc_newarray, new Integer(T_INT)); break;
102 case TC_LONG: asm.add(where, opc_newarray, new Integer(T_LONG)); break;
103 case TC_FLOAT: asm.add(where, opc_newarray, new Integer(T_FLOAT)); break;
104 case TC_DOUBLE: asm.add(where, opc_newarray, new Integer(T_DOUBLE)); break;
H A DNewArrayExpression.java136 asm.add(where, opc_newarray, new Integer(T_BOOLEAN)); break;
138 asm.add(where, opc_newarray, new Integer(T_BYTE)); break;
140 asm.add(where, opc_newarray, new Integer(T_SHORT)); break;
142 asm.add(where, opc_newarray, new Integer(T_CHAR)); break;
144 asm.add(where, opc_newarray, new Integer(T_INT)); break;
146 asm.add(where, opc_newarray, new Integer(T_LONG)); break;
148 asm.add(where, opc_newarray, new Integer(T_FLOAT)); break;
150 asm.add(where, opc_newarray, new Integer(T_DOUBLE)); break;
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java300 int opc_newarray = 188; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java302 int opc_newarray = 188; field in interface:RuntimeConstants
H A DInject.java449 ib.injectAfter(opc_newarray, allocInjector);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java309 int opc_newarray = 188; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java420 case opc_instanceof: case opc_checkcast: case opc_newarray:
515 case opc_bipush: case opc_newarray:
649 case opc_bipush: case opc_newarray:
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp560 /* 0xBC */ &&opc_newarray, &&opc_anewarray, &&opc_arraylength, &&opc_athrow,

Completed in 73 milliseconds