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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp37 tty->print(" k=%.2lf,%.2lf", threshold_scale(CompLevel_full_profile, Tier3LoadFeedback),
38 threshold_scale(CompLevel_full_optimization, Tier4LoadFeedback));
202 double AdvancedThresholdPolicy::threshold_scale(CompLevel level, int feedback_k) { function in class:AdvancedThresholdPolicy
219 double k = threshold_scale(CompLevel_full_profile, Tier3LoadFeedback);
223 double k = threshold_scale(CompLevel_full_optimization, Tier4LoadFeedback);
235 double k = threshold_scale(CompLevel_full_profile, Tier3LoadFeedback);
239 double k = threshold_scale(CompLevel_full_optimization, Tier4LoadFeedback);
H A DadvancedThresholdPolicy.hpp194 inline double threshold_scale(CompLevel level, int feedback_k);

Completed in 39 milliseconds