Searched refs:wci (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp514 WarmCallInfo wci = *(initial_wci); local
516 profile, &wci, should_delay);
521 bool cold = wci.is_cold();
522 bool hot = !cold && wci.is_hot();
530 wci.print();
536 wci = *(WarmCallInfo::always_hot());
538 wci = *(WarmCallInfo::always_cold());
542 if (!wci.is_cold() && !wci.is_hot()) {
544 wci
[all...]
H A Dparse.hpp123 WarmCallInfo* ok_to_inline(ciMethod *call_method, JVMState* caller_jvms, ciCallProfile& profile, WarmCallInfo* wci, bool& should_delay);
H A Dcompile.cpp1732 WarmCallInfo* wci = _warm_calls; local
1733 if (wci != NULL) _warm_calls = wci->remove_from(wci);
1734 return wci;

Completed in 33 milliseconds