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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DbufferingOopClosure.hpp149 HeapRegion* _hr_buffer[BufferLength]; member in class:BufferingOopsInHeapRegionClosure
157 assert((_hr_curr - _hr_buffer) == (_buffer_curr - _buffer),
161 HeapRegion** hr_curr = _hr_buffer;
178 _hr_curr = _hr_buffer;
188 assert(_hr_curr > _hr_buffer, "_hr_curr should be consistent with _buffer_curr");
199 assert(_hr_curr > _hr_buffer, "_hr_curr should be consistent with _buffer_curr");
209 _hr_curr(_hr_buffer),

Completed in 505 milliseconds