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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp169 _icon_max = 16 * HeapWordSize, enumerator in enum:NodeHash::PhaseTransform::__anon354
171 _lcon_max = _icon_max,
174 ConINode* _icons[_icon_max - _icon_min + 1]; // cached jint constant nodes
H A DphaseX.cpp622 if (i >= _icon_min && i <= _icon_max) {
629 if (i >= _icon_min && i <= _icon_max)

Completed in 61 milliseconds