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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.cpp163 bool G1CardCounts::is_hot(uint count) { function in class:G1CardCounts
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp1040 // is_hot: Return true if the node should be inlined immediately.
1042 bool WarmCallInfo::is_hot() const { function in class:WarmCallInfo
1043 assert(!is_cold(), "eliminate is_cold cases before testing is_hot");
1054 assert(!is_hot(), "compute heat only on warm nodes");
1121 assert(_always_hot.is_hot(), "must always be hot");
1135 is_cold() ? "cold" : is_hot() ? "hot " : "warm",

Completed in 40 milliseconds