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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp736 static const TypeFunc* make_arraycopy_Type(ArrayCopyType act) { function
776 return make_arraycopy_Type(ac_fast);
781 return make_arraycopy_Type(ac_checkcast);
787 return make_arraycopy_Type(ac_slow);
792 return make_arraycopy_Type(ac_generic);

Completed in 33 milliseconds