Searched refs:decrement_will_decrease (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp156 // Both decrement_will_decrease() and increment_will_decrease() return
163 bool LinearLeastSquareFit::decrement_will_decrease() { function in class:LinearLeastSquareFit
H A DgcUtil.hpp215 bool decrement_will_decrease();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp990 if (minor_pause_young_estimator()->decrement_will_decrease()) {
1002 remark_pause_young_estimator()->decrement_will_decrease()) ||
1004 initial_pause_young_estimator()->decrement_will_decrease()))) {
1049 remark_pause_old_estimator()->decrement_will_decrease()) ||
1051 initial_pause_old_estimator()->decrement_will_decrease()))) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp503 if (minor_pause_young_estimator()->decrement_will_decrease()) {
522 if (minor_pause_old_estimator()->decrement_will_decrease()) {
565 if (major_pause_old_estimator()->decrement_will_decrease()) {

Completed in 61 milliseconds