Lines Matching refs:exception
544 * onthrow=<exception-name>: connect to debugger when exception thrown
545 * onuncaught=y|n: connect to debugger when uncaught exception thrown
2866 // might get unrolled past it by an exception, and it's tricky
3661 *pExceptionId = req->exception;
3668 // We can be called while an exception is pending. We need
3706 mirror::Throwable* exception = soa.Self()->GetException(NULL);
3708 pReq->exception = gRegistry->Add(exception);
3710 if (pReq->exception != 0) {
3711 VLOG(jdwp) << " JDWP invocation returning with exception=" << exception
3712 << " " << exception->Dump();
3715 /* if no exception thrown, examine object result more closely */
3783 LOG(INFO) << StringPrintf("Exception thrown by dispatcher for 0x%08x", type);