Lines Matching refs:exception
1547 // untouched, and the stub either throws an exception by jumping to one of
1582 // Check result for exception sentinel.
1611 // Handling of exception.
1614 // Retrieve the pending exception.
1617 const Register& exception = result;
1620 __ Ldr(exception, MemOperand(exception_address));
1622 // Clear the pending exception.
1626 // x0 exception The exception descriptor.
1634 __ Cmp(exception, Operand(isolate()->factory()->termination_exception()));
1736 // block that sets the pending exception.
1748 // Caught exception: Store result (exception) in the pending exception
1763 // If an exception not caught by another handler occurs, this handler
1996 // For a non-function rhs, an exception must be thrown.
2860 Label failure, exception;
2863 NativeRegExpMacroAssembler::EXCEPTION,
2865 &exception);
2974 __ Bind(&exception);
2977 // in the RegExp code but no exception has been created yet.
2978 // If there is no pending exception, handle that in the runtime system.
2987 __ Str(x10, MemOperand(x11)); // Clear pending exception.
2989 // Check if the exception is a termination. If so, throw as uncatchable.