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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp472 memset(_lcons,0,sizeof(_lcons));
639 ConLNode* lcon = _lcons[l-_lcon_min];
646 _lcons[l-_lcon_min] = lcon; // Cache small integers
H A DphaseX.hpp175 ConLNode* _lcons[_lcon_max - _lcon_min + 1]; // cached jlong constant nodes member in class:NodeHash::PhaseTransform

Completed in 1049 milliseconds