Searched refs:inline_array_copyOf (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);
750 case vmIntrinsics::_copyOf: return inline_array_copyOf(false);
751 case vmIntrinsics::_copyOfRange: return inline_array_copyOf(true);
3531 //------------------------inline_array_copyOf----------------------------
3534 bool LibraryCallKit::inline_array_copyOf(bool is_copyOfRange) { function in class:LibraryCallKit

Completed in 51 milliseconds