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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp211 SurvRateGroup* _survivor_surv_rate_group; member in class:G1CollectorPolicy
309 hr->install_surv_rate_group(_survivor_surv_rate_group);
432 _survivor_surv_rate_group->all_surviving_words_recorded(propagate);
818 _survivor_surv_rate_group->finished_recalculating_age_indexes();
905 _survivor_surv_rate_group->start_adding_regions();
909 _survivor_surv_rate_group->stop_adding_regions();
H A Dg1CollectorPolicy.cpp155 _survivor_surv_rate_group(new SurvRateGroup(this, "Survivor",
783 _survivor_surv_rate_group->reset();

Completed in 39 milliseconds