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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp102 WarmCallInfo* wci_result) {
105 *wci_result = *(WarmCallInfo::always_hot());
119 wci_result->set_profit(wci_result->profit() * 100);
179 WarmCallInfo* wci_result) {
196 *wci_result = *(WarmCallInfo::always_cold());
202 wci_result->set_profit(wci_result->profit() * 0.1);
210 wci_result->set_profit(wci_result
100 should_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, ciCallProfile& profile, WarmCallInfo* wci_result) argument
177 should_not_inline(ciMethod *callee_method, ciMethod* caller_method, WarmCallInfo* wci_result) argument
307 try_to_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, ciCallProfile& profile, WarmCallInfo* wci_result, bool& should_delay) argument
[all...]

Completed in 44 milliseconds