Searched refs:G1Predictions (Results 1 - 12 of 12) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1Predictions.hpp31 class G1Predictions VALUE_OBJ_CLASS_SPEC {
50 G1Predictions(double sigma) : _sigma(sigma) { function in class:VALUE_OBJ_CLASS_SPEC
H A DsurvRateGroup.hpp30 class G1Predictions;
44 void finalize_predictions(const G1Predictions& predictor);
51 void all_surviving_words_recorded(const G1Predictions& predictor, bool update_predictors);
H A Dg1IHOPControl.hpp31 class G1Predictions;
112 const G1Predictions * _predictor;
136 G1Predictions const* predictor,
H A Dg1Analytics.hpp32 class G1Predictions;
37 const G1Predictions* _predictor;
77 G1Analytics(const G1Predictions* predictor);
H A DsurvRateGroup.cpp94 void SurvRateGroup::all_surviving_words_recorded(const G1Predictions& predictor, bool update_predictors) {
110 void SurvRateGroup::finalize_predictions(const G1Predictions& predictor) {
H A Dg1Policy.hpp53 virtual const G1Predictions& predictor() const = 0;
H A Dg1DefaultPolicy.hpp51 static G1IHOPControl* create_ihop_control(const G1Predictions* predictor);
58 G1Predictions _predictor;
102 const G1Predictions& predictor() const { return _predictor; }
H A Dg1IHOPControl.cpp85 G1Predictions const* predictor,
H A Dg1Analytics.cpp72 G1Analytics::G1Analytics(const G1Predictions* predictor) :
H A Dg1DefaultPolicy.cpp755 G1IHOPControl* G1DefaultPolicy::create_ihop_control(const G1Predictions* predictor){
/openjdk9/hotspot/test/native/gc/g1/
H A Dtest_g1Predictions.cpp32 TEST_VM(G1Predictions, basic_predictions) {
33 G1Predictions predictor(0.0);
52 TEST_VM(G1Predictions, average_not_stdev_predictions) {
53 G1Predictions predictor(0.5);
78 TEST_VM(G1Predictions, average_stdev_predictions) {
79 G1Predictions predictor(0.5);
H A Dtest_g1IHOPControl.cpp88 G1Predictions pred(0.95);

Completed in 118 milliseconds