Searched refs:old_exception (Results 1 – 2 of 2) sorted by relevance
763 art::Handle<art::mirror::Throwable> old_exception(hs.NewHandle(self->GetException())); in MethodUnwind() local764 CHECK(!old_exception.IsNull()); in MethodUnwind()775 self->SetException(old_exception.Get()); in MethodUnwind()
622 Handle<mirror::Throwable> old_exception( in ExceptionDescribe() local626 soa.AddLocalReference<jthrowable>(old_exception.Get())); in ExceptionDescribe()631 << mirror::Object::PrettyTypeOf(old_exception.Get()); in ExceptionDescribe()640 soa.Self()->SetException(old_exception.Get()); in ExceptionDescribe()