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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp194 float _heat; // Combined score inducing total order on call sites. member in class:WarmCallInfo
255 _heat = 0;
272 _count = _profit = _work = _size = _heat = 0;
280 float heat() const { return _heat; }
286 void set_heat(float x) { _heat = x; }

Completed in 31 milliseconds