Home | History | Annotate | Download | only in runtime

Lines Matching refs:old_exception

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