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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp3180 bool subtype_exact = false; local
3183 subtype_exact = below_centerline(ptr) ? (this_xk & tinst_xk) : (this_xk | tinst_xk);
3186 subtype_exact = this_xk;
3189 subtype_exact = tinst_xk;
3195 this_xk = tinst_xk = subtype_exact;
3203 this_xk = subtype_exact; // either they are equal, or we'll do an LCA

Completed in 44 milliseconds