Lines Matching defs:start_stack
740 int64_t start_stack = stacks[_PyInterpreterFrame_LASTI(f->f_frame)];
746 if (compatible_stack(start_stack, target_stack)) {
754 if (start_stack == OVERFLOWED) {
757 else if (start_stack == UNINITIALIZED) {
775 start_stack = pop_value(start_stack);
777 while (start_stack > best_stack) {
778 if (top_of_stack(start_stack) == Except) {
792 start_stack = pop_value(start_stack);