Lines Matching defs:exit
407 // Pretend that the exit is a backwards jump to the entry.
986 Label loop, exit;
996 __ b(eq, &exit);
1000 __ b(eq, &exit);
1152 // Exit and decrement the loop depth.
1154 __ bind(&exit);
2829 Label exit;
2837 __ b(ne, &exit);
2843 __ bind(&exit);
4411 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(