Home | History | Annotate | Download | only in src

Lines Matching refs:stack_depth

689   int stack_depth = 0;
691 stack_depth = current->Exit(stack_depth);
694 __ Drop(stack_depth);
705 int stack_depth = 0;
707 stack_depth = current->Exit(stack_depth);
710 __ Drop(stack_depth);
725 int stack_depth = 0;
727 stack_depth = current->Exit(stack_depth);
730 __ Drop(stack_depth);
1059 int FullCodeGenerator::TryFinally::Exit(int stack_depth) {
1061 __ Drop(stack_depth);
1068 int FullCodeGenerator::TryCatch::Exit(int stack_depth) {
1070 __ Drop(stack_depth);