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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp418 const jint _lo, _hi; // Lower bound, upper bound member in class:TypeInt
426 int is_con() const { return _lo==_hi; }
474 const jlong _lo, _hi; // Lower bound, upper bound member in class:TypeLong
482 int is_con() const { return _lo==_hi; }
H A Dparse2.cpp102 if (idxtype->_hi < sizetype->_lo && idxtype->_lo >= 0) {
120 if (sizetype->_hi <= 0) {
240 jint _hi; // inclusive upper limit member in class:SwitchRange
246 jint hi() const { return _hi; }
249 bool is_singleton() const { return _lo == _hi; }
253 _lo = lo, _hi = hi; _dest = dest; _table_index = table_index;
257 if (lo == _hi+1 && dest == _dest && table_index == _table_index) {
258 _hi = hi;
522 max_val = ti->_hi;

Completed in 39 milliseconds