Home
last modified time | relevance | path

Searched refs:h_exception (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.cc1355 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionThrownEvent() local
1357 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() local
1380 listener->ExceptionHandled(thread, h_exception); in ExceptionHandledEvent()
Dthread.cc3544 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException() local