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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp234 TruncatedSeq* _mixed_cards_per_entry_ratio_seq; member in class:G1CollectorPolicy
347 if (_mixed_cards_per_entry_ratio_seq->num() < 2) {
350 return get_new_prediction(_mixed_cards_per_entry_ratio_seq);
H A Dg1CollectorPolicy.cpp96 _mixed_cards_per_entry_ratio_seq(new TruncatedSeq(TruncatedSeqLength)),
1066 _mixed_cards_per_entry_ratio_seq->add(cards_per_entry_ratio);

Completed in 39 milliseconds