Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h613 mirror::Throwable* saved_exception = NULL; in UnlockJniSynchronizedMethod() local
617 saved_exception = self->GetException(&saved_throw_location); in UnlockJniSynchronizedMethod()
624 << saved_exception->Dump() in UnlockJniSynchronizedMethod()
629 if (saved_exception != NULL) { in UnlockJniSynchronizedMethod()
630 self->SetException(saved_throw_location, saved_exception); in UnlockJniSynchronizedMethod()