Searched refs:h_exception (Results 1 – 2 of 2) sorted by relevance
1355 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionThrownEvent() local1357 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionThrownEvent()1361 listener->ExceptionThrown(thread, h_exception); in ExceptionThrownEvent()1366 thread->SetException(h_exception.Get()); in ExceptionThrownEvent()1374 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionHandledEvent() local1380 listener->ExceptionHandled(thread, h_exception); in ExceptionHandledEvent()
3544 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException() local