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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp3890 ciKlass* k_elem = tary->klass(); local
3891 // If element type is something like bottom[], k_elem will be null.
3892 if (k_elem != NULL)
3893 k_ary = ciObjArrayKlass::make(k_elem);

Completed in 76 milliseconds