Searched refs:set_par_threads (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.hpp291 virtual void set_par_threads(uint t);
H A DgenCollectedHeap.hpp422 void set_par_threads(uint t);
H A DsharedHeap.cpp96 void SharedHeap::set_par_threads(uint t) { function in class:SharedHeap
H A DgenCollectedHeap.cpp678 void GenCollectedHeap::set_par_threads(uint t) { function in class:GenCollectedHeap
679 SharedHeap::set_par_threads(t);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp1881 g1h->set_par_threads();
1887 g1h->set_par_threads(0);
1911 g1h->set_par_threads((int)n_workers);
1914 g1h->set_par_threads(0);
1945 g1h->set_par_threads((int)n_workers);
1947 g1h->set_par_threads(0);
1969 g1h->set_par_threads((int)n_workers);
1971 g1h->set_par_threads(0);
2270 _g1h->set_par_threads(_active_workers);
2272 _g1h->set_par_threads(
[all...]
H A Dg1CollectedHeap.cpp1463 set_par_threads(n_workers);
1474 set_par_threads(workers()->active_workers());
1476 set_par_threads(0);
3428 set_par_threads(n_workers);
3430 set_par_threads(0);
4336 set_par_threads();
4338 set_par_threads(0);
5387 _g1h->set_par_threads(_active_workers);
5389 _g1h->set_par_threads(0);
5418 _g1h->set_par_threads(_active_worker
6395 void G1CollectedHeap::set_par_threads() { function in class:G1CollectedHeap
[all...]
H A Dg1CollectedHeap.hpp1103 void set_par_threads(uint t) {
1104 SharedHeap::set_par_threads(t);
1112 void set_par_threads();
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp357 virtual void set_par_threads(uint t) { _n_par_threads = t; }; function in class:CollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp856 gch->set_par_threads(0); // 0 ==> non-parallel.
992 gch->set_par_threads(n_workers);
1029 gch->set_par_threads(0); // 0 ==> non-parallel.
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp398 heap->set_par_threads(active_workers);
H A DpsParallelCompact.cpp2090 heap->set_par_threads(gc_task_manager()->active_workers());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp5623 gch->set_par_threads(n_workers);
5663 gch->set_par_threads(0); // 0 ==> non-parallel.

Completed in 115 milliseconds