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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp1066 bool WarmCallInfo::warmer_than(WarmCallInfo* that) { function in class:WarmCallInfo
1084 while (next_p != NULL && next_p->warmer_than(this)) {

Completed in 123 milliseconds