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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp5080 OopsInHeapRegionClosure* scan_rs,
5140 if (scan_rs != NULL) {
5141 g1_rem_set()->oops_into_collection_set_do(scan_rs, worker_i);
5077 g1_process_strong_roots(bool collecting_perm_gen, ScanningOption so, OopClosure* scan_non_heap_roots, OopsInHeapRegionClosure* scan_rs, OopsInGenClosure* scan_perm, int worker_i) argument

Completed in 55 milliseconds