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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp190 float _profit; // How much time do we expect to save by inlining? member in class:WarmCallInfo
252 _profit = p;
272 _count = _profit = _work = _size = _heat = 0;
279 float profit() const { return _profit; }
285 void set_profit(float x) { _profit = x; }

Completed in 22 milliseconds