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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp230 bool inline_array_copyOf(bool is_copyOfRange);
3534 bool LibraryCallKit::inline_array_copyOf(bool is_copyOfRange) { argument
3539 Node* start = is_copyOfRange? argument(1): intcon(0);
3540 Node* end = is_copyOfRange? argument(2): argument(1);
3541 Node* array_type_mirror = is_copyOfRange? argument(3): argument(2);
3614 bool length_never_negative = !is_copyOfRange;

Completed in 67 milliseconds