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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSeq.cpp86 _allocated_length = 0;
118 if (index == _allocated_length) {
127 increment_length(&_allocated_length);
213 assert(length() <= _allocated_length, "invariant");
214 assert(_allocated_length > 0, "we should have at least one region committed");
235 // We will reclaim the HeapRegion. _allocated_length should be
247 guarantee(_length <= _allocated_length,
248 err_msg("invariant: _length: %u _allocated_length: %u",
249 _length, _allocated_length));
250 guarantee(_allocated_length <
[all...]
H A DheapRegionSeq.hpp49 // * _allocated_length (not exposed outside this class) is the
54 // and maintain that: _length <= _allocated_length <= _max_length
82 uint _allocated_length; member in class:HeapRegionSeq

Completed in 172 milliseconds