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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp1030 // is_cold: Return true if the node should never be inlined.
1032 bool WarmCallInfo::is_cold() const { function in class:WarmCallInfo
1043 assert(!is_cold(), "eliminate is_cold cases before testing is_hot");
1053 assert(!is_cold(), "compute heat only on warm nodes");
1126 assert(_always_cold.is_cold(), "must always be cold");
1135 is_cold() ? "cold" : is_hot() ? "hot " : "warm",

Completed in 3117 milliseconds