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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp769 ciArrayKlass* dst_type = (ciArrayKlass*) dst_exact_type; local
777 if (src_type->element_type()->is_subtype_of(dst_type->element_type())) {
779 expected_type = dst_type;
2057 BasicType dst_type = x->basic_type(); local
2063 addr = new LIR_Address(base_op, index_op->as_jint(), dst_type);
2073 addr = new LIR_Address(base_op, index_op, LIR_Address::Scale(log2_scale), 0, dst_type);
2075 addr = generate_address(base_op, index_op, log2_scale, 0, dst_type);
2085 addr = new LIR_Address(base_op, index_op, dst_type);
2089 addr = new LIR_Address(base_op, tmp, dst_type);
2094 if (x->may_be_unaligned() && (dst_type
[all...]

Completed in 37 milliseconds