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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp3175 int GraphBuilder::recursive_inline_level(ciMethod* cur_callee) const { function in class:GraphBuilder
3672 if (recursive_inline_level(callee) > MaxRecursiveInlineLevel) INLINE_BAILOUT("recursive inlining too deep");

Completed in 43 milliseconds