Searched defs:ndim (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp448 int ndim = cik->as_array_klass()->dimension() - 1; local
449 while (ndim-- > 0) {
H A Druntime.cpp494 const TypeFunc *OptoRuntime::multianewarray_Type(int ndim) { argument
496 const int nargs = ndim + 1;

Completed in 1492 milliseconds