Searched refs:_profit (Results 1 - 2 of 2) 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; }
H A DcallGenerator.cpp1015 _profit = 1.0;

Completed in 34 milliseconds