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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp3092 bool tinst_xk = tinst->klass_is_exact(); local
3112 bool tmp2 = tinst_xk;
3113 tinst_xk = this_xk;
3133 xk = below_centerline(ptr) ? tinst_xk : this_xk;
3139 xk = above_centerline(ptr) ? tinst_xk : false;
3183 subtype_exact = below_centerline(ptr) ? (this_xk & tinst_xk) : (this_xk | tinst_xk);
3184 } else if( !tinst_xk && this_klass->is_subtype_of( tinst_klass ) ) {
3189 subtype_exact = tinst_xk;
3195 this_xk = tinst_xk
[all...]

Completed in 47 milliseconds