Home | History | Annotate | Download | only in src

Lines Matching defs:exit

1162   // with one that's safe for GC.  If we hit an exit from the try block of
1167 current = current->Exit(&stack_depth, &context_length);
1190 // with one that's safe for GC. If we hit an exit from the try block of
1195 current = current->Exit(&stack_depth, &context_length);
1216 current = current->Exit(&stack_depth, &context_length);
1378 Label try_entry, handler_entry, exit;
1403 __ jmp(&exit);
1412 __ bind(&exit);
1594 FullCodeGenerator::NestedStatement* FullCodeGenerator::TryCatch::Exit(