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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp97 uint _survivor_length; member in class:YoungList
113 uint survivor_length() { return _survivor_length; }
144 _survivor_length = 0;
H A Dg1CollectedHeap.cpp186 _survivor_head(NULL), _survivor_tail(NULL), _survivor_length(0) {
210 ++_survivor_length;
233 _survivor_length = 0;
346 assert((uint) young_index_in_cset == _survivor_length, "post-condition");
350 _length = _survivor_length;
353 assert(_survivor_length > 0, "invariant");

Completed in 58 milliseconds