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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsatbQueue.hpp112 // is allowed. The "apply_closure_to_completed_buffer" method will apply
131 bool apply_closure_to_completed_buffer() { function in class:SATBMarkQueueSet
H A DdirtyCardQueue.cpp221 bool DirtyCardQueueSet::apply_closure_to_completed_buffer(CardTableEntryClosure* cl, function in class:DirtyCardQueueSet
232 bool DirtyCardQueueSet::apply_closure_to_completed_buffer(int worker_i, function in class:DirtyCardQueueSet
235 return apply_closure_to_completed_buffer(_closure, worker_i,

Completed in 30 milliseconds