Home | History | Annotate | Download | only in x64

Lines Matching defs:exit

366       // Pretend that the exit is a backwards jump to the entry.
1037 Label loop, exit;
1045 __ j(equal, &exit);
1049 __ j(equal, &exit);
1117 __ jmp(&exit);
1209 // Exit and decrement the loop depth.
1211 __ bind(&exit);
1267 // Exit and decrement the loop depth.
3182 Label exit;
3190 __ j(not_equal, &exit, Label::kNear);
3196 __ bind(&exit);
4814 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(