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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp149 size_t _nextIndex; // last active index + 1 in last member in class:VALUE_OBJ_CLASS_SPEC
161 _nextIndex(1) {}
184 return _spoolTail != NULL && _spoolTail->bufferSize > _nextIndex;
205 _nextIndex = 0;

Completed in 29 milliseconds