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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp731 ac_checkcast, // int(ptr, ptr, size_t, size_t, ptr) enumerator in enum:ArrayCopyType
739 int num_size_args = (act == ac_fast ? 1 : act == ac_checkcast ? 2 : 0);
757 if (act == ac_checkcast) {
764 int retcnt = (act == ac_checkcast || act == ac_generic ? 1 : 0);
781 return make_arraycopy_Type(ac_checkcast);

Completed in 34 milliseconds