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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.hpp38 class ParGCAllocBuffer: public CHeapObj<mtGC> { class in inherits:CHeapObj
62 ParGCAllocBuffer(size_t word_sz);
196 return ParGCAllocBuffer::min_size();
200 return ParGCAllocBuffer::max_size();
224 class ParGCAllocBufferWithBOT: public ParGCAllocBuffer {
227 HeapWord* _true_end; // end of the whole ParGCAllocBuffer
239 HeapWord* res = ParGCAllocBuffer::allocate(word_sz);
251 ParGCAllocBuffer::set_buf(buf_start);
H A DparGCAllocBuffer.cpp31 ParGCAllocBuffer::ParGCAllocBuffer(size_t desired_plab_sz_) : function in class:ParGCAllocBuffer
43 size_t ParGCAllocBuffer::FillerHeaderSize;
50 size_t ParGCAllocBuffer::AlignmentReserve;
52 void ParGCAllocBuffer::retire(bool end_of_gc, bool retain) {
80 void ParGCAllocBuffer::flush_stats(PLABStats* stats) {
130 void ParGCAllocBuffer::print() {
147 ParGCAllocBuffer(word_sz),
192 res = ParGCAllocBuffer::allocate(word_sz);
202 ParGCAllocBuffer
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp66 ParGCAllocBuffer _to_space_alloc_buffer;
141 ParGCAllocBuffer* to_space_alloc_buffer() {
H A DparNewGeneration.cpp228 ParGCAllocBuffer* const plab = to_space_alloc_buffer();
238 ParGCAllocBuffer::min_size() << LogHeapWordSize;
254 // because of AlignmentReserve (see ParGCAllocBuffer::allocate()).
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1778 class G1ParGCAllocBuffer: public ParGCAllocBuffer {
1786 ParGCAllocBuffer::set_buf(buf);
1793 ParGCAllocBuffer::retire(end_of_gc, retain);
H A Dg1CollectedHeap.cpp4479 ParGCAllocBuffer(gclab_word_size), _retired(false) { }

Completed in 429 milliseconds