Searched refs:profit (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp119 wci_result->set_profit(wci_result->profit() * 100);
202 wci_result->set_profit(wci_result->profit() * 0.1);
210 wci_result->set_profit(wci_result->profit() * 0.1);
216 wci_result->set_profit(wci_result->profit() * 0.1);
H A DcallGenerator.hpp203 // Large profit favors inlining. Negative profit disables inlining.
225 // The basic formula count * profit is heuristically adjusted
234 // profit from inlining X->Y, but to get great profit from a subsequent
279 float profit() const { return _profit; } function in class:WarmCallInfo
H A DcallGenerator.cpp1014 // Expected profit from inlining, in units of simple call-overheads.
1034 if (profit() < WarmCallMinProfit) return true;
1045 if (profit() >= HotCallProfitThreshold) return true;
1063 return (count() * profit() * size_factor);
1136 count(), profit(), work(), size(), compute_heat(), next());

Completed in 37 milliseconds