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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.hpp116 class PSOldPromotionLAB : public PSPromotionLAB { class in inherits:PSPromotionLAB
121 PSOldPromotionLAB() : _start_array(NULL) { } function in class:PSOldPromotionLAB
122 PSOldPromotionLAB(ObjectStartArray* start_array) : _start_array(start_array) { } function in class:PSOldPromotionLAB
H A DpsPromotionLAB.cpp121 void PSOldPromotionLAB::flush() {
152 bool PSOldPromotionLAB::lab_is_valid(MemRegion lab) {
H A DpsPromotionManager.hpp77 PSOldPromotionLAB _old_lab;

Completed in 43 milliseconds