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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp52 void ParGCAllocBuffer::retire(bool end_of_gc, bool retain) { argument
53 assert(!retain || end_of_gc, "Can only retain at GC end.");
62 assert(!end_of_gc || !_retained, "At this point, end_of_gc ==> !_retained.");
208 void ParGCAllocBufferWithBOT::retire(bool end_of_gc, bool retain) { argument
209 assert(!retain || end_of_gc, "Can only retain at GC end.");
225 ParGCAllocBuffer::retire(end_of_gc, retain);
231 assert(end_of_gc && retain, "Or else retain should be false.");
344 assert(!end_of_gc ||
H A DparGCAllocBuffer.hpp128 void flush_stats_and_retire(PLABStats* stats, bool end_of_gc, bool retain) { argument
145 retire(end_of_gc, retain);
159 // If "end_of_gc" is TRUE, is after the last use in the GC. IF "retain"
161 void retire(bool end_of_gc, bool retain);
257 void retire(bool end_of_gc, bool retain);

Completed in 45 milliseconds