Searched defs:ndims (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1823 int ndims = iter()->get_dimensions(); local
1827 ArrayType::get(SharkType::jint_type(), ndims),
1830 for (int i = 0; i < ndims; i++) {
1832 xstack(ndims - 1 - i)->jint_value(),
1839 LLVMValue::jint_constant(ndims),
1844 for (int i = 0; i < ndims; i++)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java380 public void emitMultianewarray(int ndims, int type, Type arrayType) { argument
384 emit1(ndims);
385 state.pop(ndims);
H A DGen.java1763 Item makeNewArray(DiagnosticPosition pos, Type type, int ndims) { argument
1770 if (elemcode == 0 || (elemcode == 1 && ndims == 1)) {
1773 code.emitMultianewarray(ndims, makeRef(pos, type), type);

Completed in 42 milliseconds