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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp3093 bool this_xk = this->klass_is_exact(); local
3113 tinst_xk = this_xk;
3114 this_xk = tmp2;
3133 xk = below_centerline(ptr) ? tinst_xk : this_xk;
3183 subtype_exact = below_centerline(ptr) ? (this_xk & tinst_xk) : (this_xk | tinst_xk);
3186 subtype_exact = this_xk;
3187 } else if( !this_xk && tinst_klass->is_subtype_of( this_klass ) ) {
3195 this_xk = tinst_xk = subtype_exact;
3198 this_xk
[all...]

Completed in 41 milliseconds