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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
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
/openjdk7/hotspot/src/share/vm/memory/
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
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1618 void ParNewGeneration::ref_processor_init() { function in class:ParNewGeneration

Completed in 61 milliseconds