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

/openjdk7/hotspot/src/share/vm/oops/
H A DarrayOop.hpp109 static int32_t max_array_length(BasicType type) { function in class:arrayOopDesc
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp3384 // Local cache for arrayOopDesc::max_array_length(etype),
3387 static jint max_array_length(BasicType etype) { function
3400 cache = res = arrayOopDesc::max_array_length(etype);
3411 jint max_hi = max_array_length(elem()->basic_type());

Completed in 2312 milliseconds