Lines Matching defs:recursion_depth
1854 state->recursion_depth = 0;
3615 if (++state->recursion_depth > state->recursion_limit) {
3675 state->recursion_depth--;
3692 if (++state->recursion_depth > state->recursion_limit) {
4240 state->recursion_depth--;
4257 if (++state->recursion_depth > state->recursion_limit) {
4723 state->recursion_depth--;
4866 if (++state->recursion_depth > state->recursion_limit) {
4894 state->recursion_depth--;
4911 if (++state->recursion_depth > state->recursion_limit) {
4959 state->recursion_depth--;
4976 if (++state->recursion_depth > state->recursion_limit) {
5019 state->recursion_depth--;
5036 if (++state->recursion_depth > state->recursion_limit) {
5079 state->recursion_depth--;
5096 if (++state->recursion_depth > state->recursion_limit) {
5134 state->recursion_depth--;
5151 if (++state->recursion_depth > state->recursion_limit) {
5189 state->recursion_depth--;
5206 if (++state->recursion_depth > state->recursion_limit) {
5224 state->recursion_depth--;
5241 if (++state->recursion_depth > state->recursion_limit) {
5264 state->recursion_depth--;
5281 if (++state->recursion_depth > state->recursion_limit) {
5425 state->recursion_depth--;
5442 if (++state->recursion_depth > state->recursion_limit) {
5464 state->recursion_depth--;
12328 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining;
12329 starting_recursion_depth = (recursion_depth < INT_MAX / COMPILER_STACK_FRAME_SCALE) ?
12330 recursion_depth * COMPILER_STACK_FRAME_SCALE : recursion_depth;
12331 state->recursion_depth = starting_recursion_depth;
12336 if (result && state->recursion_depth != starting_recursion_depth) {
12339 starting_recursion_depth, state->recursion_depth);