Lines Matching refs:exception
1480 // r0 = exception, r1 = code object, r2 = state.
1504 // The exception is expected in r0.
1538 // The exception is expected in r0.
2484 // Check if the function scheduled an exception.
2580 Label negative, exception;
2588 b(eq, &exception);
2601 // out of range and always go to exception.
2604 b(mi, &exception);
2613 // Else, we had an overflow and we fall through exception.
2615 bind(&exception);