Lines Matching full:stack_depth
740 int stack_depth = Push(stack_, 0, entry, kBlockUnvisited1);
743 while (stack_depth > 0) {
744 int current = stack_depth - 1;
762 stack_depth = Push(stack_, stack_depth, succ, kBlockUnvisited1);
768 stack_depth--;
787 stack_depth = Push(stack_, 0, entry, kBlockUnvisited2);
788 while (stack_depth > 0) {
789 SpecialRPOStackFrame* frame = &stack_[stack_depth - 1];
834 stack_depth = Push(stack_, stack_depth, succ, kBlockUnvisited2);
862 stack_depth--;