Searched defs:set_buf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DdirtyCardQueue.hpp68 void set_buf(void **buf) {_buf = buf;} function in class:DirtyCardQueue
/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);

Completed in 42 milliseconds