Lines Matching refs:StackDepth
759 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) {762 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */1424 if (machine->StackDepth == 0) {1428 pc = machine->CallStack[--machine->StackDepth] - 1;