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

/openjdk9/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5355 BasicType y_elem = y_type->isa_aryptr()->klass()->as_array_klass()->element_type()->basic_type(); local
5356 if (x_elem != T_INT || y_elem != T_INT) {
5367 Node* y_start = array_element_address(y, intcon(0), y_elem);

Completed in 61 milliseconds