Searched refs:h_exception (Results 1 – 2 of 2) sorted by relevance
1601 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionThrownEvent() local1603 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionThrownEvent()1607 listener->ExceptionThrown(thread, h_exception); in ExceptionThrownEvent()1612 thread->SetException(h_exception.Get()); in ExceptionThrownEvent()1620 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionHandledEvent() local1626 listener->ExceptionHandled(thread, h_exception); in ExceptionHandledEvent()
3949 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException() local