Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1089 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionCaughtEvent() local
1091 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionCaughtEvent()
1095 listener->ExceptionCaught(thread, h_exception); in ExceptionCaughtEvent()
1098 thread->SetException(h_exception.Get()); in ExceptionCaughtEvent()
Ddebugger.cc3039 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object)); in PostException() local
3041 CatchLocationFinder clf(self, h_exception, context.get()); in PostException()
3048 gJdwpState->PostException(&exception_throw_location, h_exception.Get(), &exception_catch_location, in PostException()
Dthread.cc3076 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException() local