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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.hpp61 // Must get initialized with "set_buf" for an allocation to succeed.
116 void set_buf(HeapWord* buf) { function in class:ParGCAllocBuffer
250 void set_buf(HeapWord* buf_start) { function in class:ParGCAllocBufferWithBOT
251 ParGCAllocBuffer::set_buf(buf_start);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DdirtyCardQueue.hpp68 void set_buf(void **buf) {_buf = buf;} function in class:DirtyCardQueue
H A Dg1CollectedHeap.hpp1785 void set_buf(HeapWord* buf) {
1786 ParGCAllocBuffer::set_buf(buf);
1910 alloc_buf->set_buf(buf);
/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.cpp367 buf->set_buf(buf_space);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp250 plab->set_buf(buf_space);

Completed in 3571 milliseconds