Searched refs:saved_exception (Results 1 – 1 of 1) sorted by relevance
613 mirror::Throwable* saved_exception = NULL; in UnlockJniSynchronizedMethod() local617 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()