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

/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.cpp196 jint Klass::array_layout_helper(BasicType etype) { function in class:Klass
203 int lh = array_layout_helper(tag, hsize, etype, exact_log2(esize));
H A Dklass.hpp445 static jint array_layout_helper(jint tag, int hsize, BasicType etype, int log2_esize) { function
461 static jint array_layout_helper(BasicType etype);

Completed in 117 milliseconds