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