Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h626 mirror::Throwable* saved_exception = nullptr; in UnlockJniSynchronizedMethod() local
628 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
635 << saved_exception->Dump() in UnlockJniSynchronizedMethod()
640 if (saved_exception != nullptr) { in UnlockJniSynchronizedMethod()
641 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()