Lines Matching refs:exception
233 Visit(expr->exception());
1372 // The try block adds a handler to the exception handler chain before
1373 // entering, and removes it again when exiting normally. If an exception
1375 // and control is passed to the catch block with the exception in the
1382 // Exception handler code, the exception is in the result register.
1405 // Try block code. Sets up the exception handler chain.
1429 // 3. By exiting the try-block with a thrown exception.
1433 // rethrowing the exception.
1437 // exception) in the result register (rax/eax/r0), both of which must
1446 // Exception handler code. This code is only executed when an exception
1447 // is thrown. The exception is in the result register, and must be
1449 // rethrow the exception if it returns.
1577 VisitForStackValue(expr->exception());