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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp542 _call_info->set_heat(_call_info->compute_heat());
1051 // compute_heat:
1052 float WarmCallInfo::compute_heat() const { function in class:WarmCallInfo
1068 assert(this->heat() != 0 && that->heat() != 0, "call compute_heat 1st");
1136 count(), profit(), work(), size(), compute_heat(), next());

Completed in 681 milliseconds