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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2741 uint no_of_par_workers,
2745 no_of_par_workers :
2748 no_of_par_workers == workers()->total_workers(),
2752 start_region_for_worker(worker_id, no_of_par_workers);
2996 uint no_of_par_workers) {
2998 G1CollectedHeap::use_parallel_gc_threads() ? no_of_par_workers : 1U;
3000 no_of_par_workers == workers()->total_workers(),
2739 heap_region_par_iterate_chunked(HeapRegionClosure* cl, uint worker_id, uint no_of_par_workers, jint claim_value) argument
2995 start_region_for_worker(uint worker_i, uint no_of_par_workers) argument

Completed in 56 milliseconds