Home | History | Annotate | Download | only in mips

Lines Matching defs:exit

416       // Pretend that the exit is a backwards jump to the entry.
996 Label loop, exit;
1006 __ Branch(&exit, eq, a0, Operand(at));
1009 __ Branch(&exit, eq, a0, Operand(null_value));
1161 // Exit and decrement the loop depth.
1163 __ bind(&exit);
2849 Label exit;
2856 __ Branch(&exit, ne, a3,
2863 __ bind(&exit);
4448 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit(