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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp1228 jint ohi = ot->_hi; local
1231 if (_lo == olo && _hi == ohi) return old;
1234 if (olo == min_jint && ohi == max_jint) return this;
1236 if (_lo < olo || _hi > ohi)
1242 juint orange = ohi - olo;
1487 jlong ohi = ot->_hi; local
1490 if (_lo == olo && _hi == ohi) return old;
1493 if (olo == min_jlong && ohi == max_jlong) return this;
1495 if (_lo < olo || _hi > ohi)
1501 julong orange = ohi
[all...]

Completed in 43 milliseconds