Searched refs:h_exception (Results 1 – 2 of 2) sorted by relevance
1335 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionThrownEvent() local1337 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionThrownEvent()1341 listener->ExceptionThrown(thread, h_exception); in ExceptionThrownEvent()1346 thread->SetException(h_exception.Get()); in ExceptionThrownEvent()1354 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionHandledEvent() local1360 listener->ExceptionHandled(thread, h_exception); in ExceptionHandledEvent()
3624 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException() local