Searched refs:old_exception (Results 1 – 2 of 2) sorted by relevance
464 Handle<mirror::Throwable> old_exception( in ExceptionDescribe() local468 soa.AddLocalReference<jthrowable>(old_exception.Get())); in ExceptionDescribe()473 << PrettyTypeOf(old_exception.Get()); in ExceptionDescribe()482 soa.Self()->SetException(old_exception.Get()); in ExceptionDescribe()
3989 Handle<mirror::Throwable> old_exception = hs.NewHandle(soa.Self()->GetException()); in ExecuteMethod() local3996 if (old_exception.Get() != nullptr) { in ExecuteMethod()3997 soa.Self()->SetException(old_exception.Get()); in ExecuteMethod()