Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h746 ObjPtr<mirror::Throwable> saved_exception = nullptr; in UnlockJniSynchronizedMethod() local
748 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
755 << saved_exception->Dump() in UnlockJniSynchronizedMethod()
760 if (saved_exception != nullptr) { in UnlockJniSynchronizedMethod()
761 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()