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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp421 bool G1CollectorPolicy::predict_will_fit(uint young_length, function in class:G1CollectorPolicy
597 if (predict_will_fit(min_young_length, base_time_ms,
603 if (predict_will_fit(max_young_length, base_time_ms,
629 if (predict_will_fit(young_length, base_time_ms,
645 assert(predict_will_fit(min_young_length, base_time_ms,
649 assert(!predict_will_fit(min_young_length + 1, base_time_ms,
H A Dg1CollectorPolicy.hpp620 bool predict_will_fit(uint young_length, double base_time_ms,

Completed in 37 milliseconds