Lines Matching refs:callstack
4940 ctx->bc->callstack[ctx->bc->call_sp].current--; in callstack_decrease_current()
4944 ctx->bc->callstack[ctx->bc->call_sp].current -= 4; in callstack_decrease_current()
4948 ctx->bc->callstack[ctx->bc->call_sp].current --; in callstack_decrease_current()
4968 if ((ctx->bc->callstack[ctx->bc->call_sp].current + diff) > in callstack_check_depth()
4969 ctx->bc->callstack[ctx->bc->call_sp].max) { in callstack_check_depth()
4970 ctx->bc->callstack[ctx->bc->call_sp].max = in callstack_check_depth()
4971 ctx->bc->callstack[ctx->bc->call_sp].current + diff; in callstack_check_depth()
4977 ctx->bc->callstack[ctx->bc->call_sp].current++; in callstack_check_depth()
4981 ctx->bc->callstack[ctx->bc->call_sp].current += 4; in callstack_check_depth()
4984 ctx->bc->callstack[ctx->bc->call_sp].current++; in callstack_check_depth()
4988 if ((ctx->bc->callstack[ctx->bc->call_sp].current) > in callstack_check_depth()
4989 ctx->bc->callstack[ctx->bc->call_sp].max) { in callstack_check_depth()
4990 ctx->bc->callstack[ctx->bc->call_sp].max = in callstack_check_depth()
4991 ctx->bc->callstack[ctx->bc->call_sp].current; in callstack_check_depth()