Searched refs:old_exception (Results 1 – 2 of 2) sorted by relevance
565 art::Handle<art::mirror::Throwable> old_exception(hs.NewHandle(self->GetException())); in MethodUnwind() local566 CHECK(!old_exception.IsNull()); in MethodUnwind()577 self->SetException(old_exception.Get()); in MethodUnwind()
588 Handle<mirror::Throwable> old_exception( in ExceptionDescribe() local592 soa.AddLocalReference<jthrowable>(old_exception.Get())); in ExceptionDescribe()597 << mirror::Object::PrettyTypeOf(old_exception.Get()); in ExceptionDescribe()606 soa.Self()->SetException(old_exception.Get()); in ExceptionDescribe()