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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp309 WarmCallInfo* wci_result, bool& should_delay) {
318 should_delay = true;
346 should_delay = true;
372 should_delay = true;
406 should_delay = true;
483 WarmCallInfo* InlineTree::ok_to_inline(ciMethod* callee_method, JVMState* jvms, ciCallProfile& profile, WarmCallInfo* initial_wci, bool& should_delay) { argument
485 assert(!should_delay, "should be initialized to false");
516 profile, &wci, should_delay);
307 try_to_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, ciCallProfile& profile, WarmCallInfo* wci_result, bool& should_delay) argument
H A DdoCall.cpp167 bool should_delay = false; local
168 WarmCallInfo* ci = ilt->ok_to_inline(callee, jvms, profile, &scratch_ci, should_delay);
183 } else if ((should_delay || AlwaysIncrementalInline) && !delayed_forbidden) {
187 if (cg == NULL || should_delay) {

Completed in 613 milliseconds