Home | History | Annotate | Download | only in arm

Lines Matching defs:exit

401       // Pretend that the exit is a backwards jump to the entry.
1081 Label loop, exit;
1090 __ b(eq, &exit);
1094 __ b(eq, &exit);
1162 __ jmp(&exit);
1253 // Exit and decrement the loop depth.
1255 __ bind(&exit);
1312 // Exit and decrement the loop depth.
3233 Label exit;
3241 __ b(ne, &exit);
3247 __ bind(&exit);
4873 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(