Home | History | Annotate | Download | only in compiler

Lines Matching refs:stack_depth

748     int stack_depth = Push(stack_, 0, entry, kBlockUnvisited1);
751 while (stack_depth > 0) {
752 int current = stack_depth - 1;
770 stack_depth = Push(stack_, stack_depth, succ, kBlockUnvisited1);
776 stack_depth--;
795 stack_depth = Push(stack_, 0, entry, kBlockUnvisited2);
796 while (stack_depth > 0) {
797 SpecialRPOStackFrame* frame = &stack_[stack_depth - 1];
842 stack_depth = Push(stack_, stack_depth, succ, kBlockUnvisited2);
870 stack_depth--;