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