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

/openjdk9/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5344 const Type* x_type = x->Value(&_gvn); local
5346 const TypeAryPtr* top_x = x_type->isa_aryptr();
5354 BasicType x_elem = x_type->isa_aryptr()->klass()->as_array_klass()->element_type()->basic_type();
5444 const Type* x_type = x->Value(&_gvn); local
5446 const TypeAryPtr* top_x = x_type->isa_aryptr();
5454 BasicType x_elem = x_type->isa_aryptr()->klass()->as_array_klass()->element_type()->basic_type();

Completed in 54 milliseconds