Home | History | Annotate | Download | only in runtime

Lines Matching defs:exception

249       mirror::Throwable* exception = self->GetException(&throw_location);
250 os << "Pending exception " << PrettyTypeOf(exception)
252 << exception->Dump();