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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp299 SurvRateGroup* _surv_rate_group; member in class:HeapRegion
668 assert( _surv_rate_group != NULL, "pre-condition" );
670 return _surv_rate_group->age_in_group(_age_index);
674 assert( _surv_rate_group != NULL, "pre-condition" );
677 _surv_rate_group->record_surviving_words(age_in_group, words_survived);
681 if (_surv_rate_group != NULL)
688 return _surv_rate_group;
693 assert( _surv_rate_group == NULL, "pre-condition" );
696 _surv_rate_group = surv_rate_group;
701 if (_surv_rate_group !
[all...]
H A DheapRegion.cpp503 _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),

Completed in 49 milliseconds