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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp116 class PSEvacuateFollowersClosure: public VoidClosure { class in inherits:VoidClosure
120 PSEvacuateFollowersClosure(PSPromotionManager* pm) : _promotion_manager(pm) {} function in class:PSEvacuateFollowersClosure
159 PSEvacuateFollowersClosure evac_followers(promotion_manager);
449 PSEvacuateFollowersClosure evac_followers(promotion_manager);

Completed in 34 milliseconds