Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h285 mirror::Throwable* saved_exception = NULL; in UnlockJniSynchronizedMethod() local
288 saved_exception = self->GetException(&saved_throw_location); in UnlockJniSynchronizedMethod()
295 << saved_exception->Dump() in UnlockJniSynchronizedMethod()
300 if (saved_exception != NULL) { in UnlockJniSynchronizedMethod()
301 self->SetException(saved_throw_location, saved_exception); in UnlockJniSynchronizedMethod()