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

/openjdk7/hotspot/src/share/vm/opto/
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

Completed in 35 milliseconds