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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp3249 { const TypeLong* tllen = _gvn.find_long_type(lengthx); local
3250 if (tllen != NULL && tllen->_lo < 0) {
3253 if (size_max > tllen->_hi) size_max = tllen->_hi;

Completed in 44 milliseconds