Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc94 ObjPtr<mirror::Throwable> saved_exception = nullptr; in artJniUnlockObject() local
96 saved_exception = self->GetException(); in artJniUnlockObject()
104 << (saved_exception != nullptr in artJniUnlockObject()
105 ? "\nAn exception was already pending:\n" + saved_exception->Dump() in artJniUnlockObject()
110 if (saved_exception != nullptr) { in artJniUnlockObject()
111 self->SetException(saved_exception); in artJniUnlockObject()