Lines Matching defs:exit
407 // Pretend that the exit is a backwards jump to the entry.
954 Label loop, exit;
963 __ j(equal, &exit);
965 __ j(equal, &exit);
1106 // Exit and decrement the loop depth.
1108 __ bind(&exit);
2766 Label exit;
2774 __ j(not_equal, &exit);
2780 __ bind(&exit);
4397 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(