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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp730 ac_fast, // void(ptr, ptr, size_t) enumerator in enum:ArrayCopyType
738 int num_args = (act == ac_fast ? 3 : 5);
739 int num_size_args = (act == ac_fast ? 1 : act == ac_checkcast ? 2 : 0);
776 return make_arraycopy_Type(ac_fast);

Completed in 32 milliseconds