Searched refs:oops_into_collection_set_do (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.hpp85 void oops_into_collection_set_do(OopsInHeapRegionClosure* blk, int worker_i);
87 // Prepare for and cleanup after an oops_into_collection_set_do
89 // code) any threads call oops_into_collection_set_do. (This offers an
H A Dg1RemSet.cpp288 void G1RemSet::oops_into_collection_set_do(OopsInHeapRegionClosure* oc, function in class:G1RemSet
H A Dg1CollectedHeap.cpp5141 g1_rem_set()->oops_into_collection_set_do(scan_rs, worker_i);

Completed in 68 milliseconds