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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp1640 debug_only(const Type* bt1 = phi->bottom_type());
1641 assert(bt1 != Type::BOTTOM, "should not be building conflict phis");
1644 assert(bt2->higher_equal(bt1), "must be consistent with type-flow");
H A Dsuperword.cpp630 BasicType bt1 = velt_basic_type(s1); local
632 if(!is_java_primitive(bt1) || !is_java_primitive(bt2))
634 if (Matcher::max_vector_size(bt1) < 2) {

Completed in 51 milliseconds