Searched defs:saved_exception (Results 1 - 1 of 1) sorted by relevance

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

Completed in 46 milliseconds