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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp98 const TypeInt* idxtype = _gvn.type(idx)->is_int(); local
102 if (idxtype->_hi < sizetype->_lo && idxtype->_lo >= 0) {

Completed in 1915 milliseconds