Searched refs:h_exception (Results 1 – 3 of 3) sorted by relevance
1089 Handle<mirror::Throwable> h_exception(hs.NewHandle(exception_object)); in ExceptionCaughtEvent() local1091 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()
3039 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object)); in PostException() local3041 CatchLocationFinder clf(self, h_exception, context.get()); in PostException()3048 gJdwpState->PostException(&exception_throw_location, h_exception.Get(), &exception_catch_location, in PostException()
3076 HandleWrapperObjPtr<mirror::Throwable> h_exception(hs.NewHandleWrapper(&exception)); in QuickDeliverException() local