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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp214 const int small_dims = 10; variable
215 jint dim_array[small_dims];
217 if (nof_dims > small_dims) {

Completed in 64 milliseconds