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.cc96 ObjPtr<mirror::Throwable> saved_exception = nullptr; in artJniUnlockObject() local
98 saved_exception = self->GetException(); in artJniUnlockObject()
106 << (saved_exception != nullptr in artJniUnlockObject()
107 ? "\nAn exception was already pending:\n" + saved_exception->Dump() in artJniUnlockObject()
112 if (saved_exception != nullptr) { in artJniUnlockObject()
113 self->SetException(saved_exception); in artJniUnlockObject()