Searched defs:SurvRateGroup (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsurvRateGroup.hpp32 class SurvRateGroup : public CHeapObj<mtGC> { class in inherits:CHeapObj
52 SurvRateGroup(G1CollectorPolicy* g1p,
H A DsurvRateGroup.cpp32 SurvRateGroup::SurvRateGroup(G1CollectorPolicy* g1p, function in class:SurvRateGroup
55 void SurvRateGroup::reset() {
80 SurvRateGroup::start_adding_regions() {
87 SurvRateGroup::stop_adding_regions() {
123 SurvRateGroup::accum_surv_rate(size_t adjustment) {
138 SurvRateGroup::next_age_index() {
148 SurvRateGroup::record_surviving_words(int age_in_group, size_t surv_words) {
165 SurvRateGroup::all_surviving_words_recorded(bool propagate) {
189 SurvRateGroup
[all...]

Completed in 35 milliseconds