Home | History | Annotate | Download | only in arm64

Lines Matching defs:exception

1123   // untouched, and the stub either throws an exception by jumping to one of
1158 // Check result for exception sentinel.
1187 // Handling of exception.
1190 // Retrieve the pending exception.
1193 const Register& exception = result;
1196 __ Ldr(exception, MemOperand(exception_address));
1198 // Clear the pending exception.
1202 // x0 exception The exception descriptor.
1210 __ Cmp(exception, Operand(isolate()->factory()->termination_exception()));
1312 // block that sets the pending exception.
1324 // Caught exception: Store result (exception) in the pending exception
1339 // If an exception not caught by another handler occurs, this handler
1564 // For a non-function rhs, an exception must be thrown.
2440 Label failure, exception;
2443 NativeRegExpMacroAssembler::EXCEPTION,
2445 &exception);
2554 __ Bind(&exception);
2557 // in the RegExp code but no exception has been created yet.
2558 // If there is no pending exception, handle that in the runtime system.
2567 __ Str(x10, MemOperand(x11)); // Clear pending exception.
2569 // Check if the exception is a termination. If so, throw as uncatchable.