Lines Matching defs:exit
376 // Pretend that the exit is a backwards jump to the entry.
1028 Label loop, exit;
1036 __ j(equal, &exit);
1038 __ j(equal, &exit);
1098 __ jmp(&exit);
1187 // Exit and decrement the loop depth.
1189 __ bind(&exit);
1245 // Exit and decrement the loop depth.
3207 Label exit;
3215 __ j(not_equal, &exit);
3221 __ bind(&exit);
4822 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(