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

/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayKlass.cpp154 typeArrayKlassHandle h_this(THREAD, as_klassOop());
155 return array_klass_impl(h_this, or_null, n, THREAD);
158 klassOop typeArrayKlass::array_klass_impl(typeArrayKlassHandle h_this, bool or_null, int n, TRAPS) { argument
159 int dimension = h_this->dimension();
162 return h_this();
164 objArrayKlassHandle h_ak(THREAD, h_this->higher_dimension());
175 h_ak = objArrayKlassHandle(THREAD, h_this->higher_dimension());
179 dimension + 1, h_this, CHECK_NULL);
181 h_ak->set_lower_dimension(h_this());
183 h_this
[all...]

Completed in 29 milliseconds