Searched refs:ref_processor_init (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp211 virtual void ref_processor_init();
H A DsharedHeap.cpp305 perm_gen()->ref_processor_init();
H A Dgeneration.hpp154 virtual void ref_processor_init();
H A DdefNewGeneration.cpp958 void DefNewGeneration::ref_processor_init() { function in class:DefNewGeneration
959 Generation::ref_processor_init();
H A Dgeneration.cpp89 void Generation::ref_processor_init() { function in class:Generation
H A DgenCollectedHeap.cpp314 _gens[i]->ref_processor_init();
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp373 virtual void ref_processor_init();
H A DparNewGeneration.cpp1618 void ParNewGeneration::ref_processor_init() { function in class:ParNewGeneration
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp888 void ref_processor_init();
1164 virtual void ref_processor_init();
H A DconcurrentMarkSweepGeneration.cpp292 void ConcurrentMarkSweepGeneration::ref_processor_init() { function in class:ConcurrentMarkSweepGeneration
294 collector()->ref_processor_init();
297 void CMSCollector::ref_processor_init() { function in class:CMSCollector

Completed in 109 milliseconds