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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp4777 BasicType copy_type = basic_elem_type; local
4779 if (!stopped() && copy_type == T_OBJECT) {
4828 copy_type = LP64_ONLY(UseCompressedOops ? T_INT : T_LONG) NOT_LP64(T_INT);
4829 assert(type2aelembytes(basic_elem_type) == type2aelembytes(copy_type),
4837 generate_unchecked_arraycopy(adr_type, copy_type, disjoint_bases,

Completed in 942 milliseconds