Lines Matching defs:exit
1005 // with one that's safe for GC. If we hit an exit from the try block of
1010 current = current->Exit(&stack_depth, &context_length);
1033 // with one that's safe for GC. If we hit an exit from the try block of
1038 current = current->Exit(&stack_depth, &context_length);
1060 // Exit all nested statements.
1065 current = current->Exit(&stack_depth, &context_length);
1219 Label try_entry, handler_entry, exit;
1244 __ jmp(&exit);
1253 __ bind(&exit);
1397 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryCatch::Exit(