Home | History | Annotate | Download | only in ia32

Lines Matching refs:exception

904     __ test_b(eax, 0x5F);  // We check for all but precision exception.
1693 __ cmp(eax, NativeRegExpMacroAssembler::EXCEPTION);
1694 // If not exception it can only be retry. Handle that in the runtime system.
1696 // Result must now be exception. If there is no pending exception already a
1698 // haven't created the exception yet. Handle that in the runtime system.
1699 // TODO(592): Rerunning the RegExp to get the stack overflow exception.
1706 // For exception, throw the exception again.
1708 // Clear the pending exception variable.
1717 // Handle normal exception by following handler chain.
2701 // Check result for exception sentinel.
2703 __ cmp(eax, isolate()->factory()->exception());
2709 // Check that there is no pending exception, otherwise we
2710 // should have returned the exception sentinel.
2727 // Handling of exception.
2730 // Retrieve the pending exception.
2733 // Clear the pending exception.
2743 // Handle normal exception.
2785 // block that sets the pending exception.
2789 // Caught exception: Store result (exception) in the pending exception
2794 __ mov(eax, Immediate(isolate()->factory()->exception()));
3001 // as for a non-function rhs an exception needs to be thrown.