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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp57 uint _inserts; // For grow and debug, count of hash_inserts member in class:NodeHash
58 uint _insert_limit; // 'grow' when _inserts reaches _insert_limit
75 _inserts++;
76 if( _inserts == _insert_limit ) { grow(); }
77 assert( _inserts <= _insert_limit, "hash table overflow");
78 assert( _inserts < _max, "hash table overflow" );

Completed in 32 milliseconds