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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp809 _pending_cards = _g1->pending_card_num();
1043 if (_pending_cards > 0) {
1044 cost_per_card_ms = phase_times()->average_last_update_rs_time() / (double) _pending_cards;
1132 _pending_cards_seq->add((double) _pending_cards);
1916 double base_time_ms = predict_base_elapsed_time_ms(_pending_cards);
1922 ergo_format_size("_pending_cards")
1926 _pending_cards, base_time_ms, time_remaining_ms, target_pause_time_ms);
H A Dg1CollectorPolicy.hpp296 size_t _pending_cards; member in class:G1CollectorPolicy

Completed in 376 milliseconds