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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp191 float _work; // How long do we expect the average call to take? member in class:WarmCallInfo
253 _work = w;
272 _count = _profit = _work = _size = _heat = 0;
278 float work() const { return _work; }
284 void set_work(float x) { _work = x; }

Completed in 31 milliseconds