Home | History | Annotate | Download | only in runtime

Lines Matching refs:old_exception

4066   Handle<mirror::Throwable> old_exception = hs.NewHandle(soa.Self()->GetException());
4073 if (old_exception != nullptr) {
4074 soa.Self()->SetException(old_exception.Get());