Searched defs:dst_exact_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp758 ciArrayKlass* dst_exact_type = as_array_klass(dst->exact_type()); local
764 if (src_exact_type != NULL && src_exact_type == dst_exact_type) {
768 } else if (dst_exact_type != NULL && dst_exact_type->is_obj_array_klass()) {
769 ciArrayKlass* dst_type = (ciArrayKlass*) dst_exact_type;
784 if (expected_type == NULL) expected_type = dst_exact_type;
789 dst_objarray = (dst_exact_type && dst_exact_type->is_obj_array_klass()) || (dst_declared_type && dst_declared_type->is_obj_array_klass());

Completed in 65 milliseconds