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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp334 int recursive_inline_level(ciMethod* callee) const;
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 42 milliseconds