Home | History | Annotate | Download | only in arm

Lines Matching defs:exit

398       // Pretend that the exit is a backwards jump to the entry.
1077 Label loop, exit;
1086 __ b(eq, &exit);
1090 __ b(eq, &exit);
1158 __ jmp(&exit);
1249 // Exit and decrement the loop depth.
1251 __ bind(&exit);
1308 // Exit and decrement the loop depth.
3257 Label exit;
3265 __ b(ne, &exit);
3271 __ bind(&exit);
4824 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(