Home
last modified time | relevance | path

Searched refs:saved_exception (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc140 ObjPtr<mirror::Throwable> saved_exception = nullptr; in UnlockJniSynchronizedMethod() local
142 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
149 << saved_exception->Dump() in UnlockJniSynchronizedMethod()
154 if (saved_exception != nullptr) { in UnlockJniSynchronizedMethod()
155 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()