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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp100 bool InlineTree::should_inline(ciMethod* callee_method, ciMethod* caller_method, function in class:InlineTree
104 if(callee_method->should_inline()) {
234 if (callee_method->should_inline()) {
322 if (!should_inline(callee_method, caller_method, caller_bci, profile,
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp902 // ciMethod::should_inline
905 bool ciMethod::should_inline() { function in class:ciMethod
909 return CompilerOracle::should_inline(mh);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp303 bool CompilerOracle::should_inline(methodHandle method) { function in class:CompilerOracle

Completed in 49 milliseconds