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

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

Completed in 63 milliseconds