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

/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp259 bool directly_recursive = (method() == target) && local
266 skip_callee = !is_argument(arg) || !is_arg_stack(arg) || (directly_recursive && arg.is_singleton(i - arg_base));

Completed in 32 milliseconds