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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp164 WarmCallInfo scratch_ci; local
166 scratch_ci.init(jvms, callee, profile, prof_factor);
168 WarmCallInfo* ci = ilt->ok_to_inline(callee, jvms, profile, &scratch_ci, should_delay);
169 assert(ci != &scratch_ci, "do not let this pointer escape");

Completed in 30 milliseconds