Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h766 mirror::Throwable* saved_exception = nullptr; in UnlockJniSynchronizedMethod() local
768 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
775 << saved_exception->Dump() in UnlockJniSynchronizedMethod()
780 if (saved_exception != nullptr) { in UnlockJniSynchronizedMethod()
781 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()