Lines Matching defs:recursion_depth
301 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining;
302 starting_recursion_depth = (recursion_depth < INT_MAX / COMPILER_STACK_FRAME_SCALE) ?
303 recursion_depth * COMPILER_STACK_FRAME_SCALE : recursion_depth;
304 st->recursion_depth = starting_recursion_depth;
344 if (st->recursion_depth != starting_recursion_depth) {
347 starting_recursion_depth, st->recursion_depth);
1128 return --(ST)->recursion_depth,(X)
1191 if (++st->recursion_depth > st->recursion_limit) {
1577 if (++st->recursion_depth > st->recursion_limit) {
1737 if (++st->recursion_depth > st->recursion_limit) {