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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp180 if (should_delay_inlining(callee, jvms)) {
274 return CallGenerator::for_direct_call(callee, should_delay_inlining(callee, jvms));
280 bool Compile::should_delay_inlining(ciMethod* call_method, JVMState* jvms) { function in class:Compile
H A Dcompile.hpp782 bool should_delay_inlining(ciMethod* call_method, JVMState* jvms);

Completed in 29 milliseconds