Lines Matching refs:exception
45 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception,
48 : StackVisitor(self, context), self_(self), exception_(exception),
66 // No next method? Check exception handler is set up for the unhandled exception handler
108 // The exception we're looking for the catch block of.
110 // The quick exception handler we're visiting for.
117 mirror::Throwable* exception,
121 mirror::String* msg = exception->GetDetailMessage();
123 self_->DumpStack(LOG(INFO) << "Delivering exception: " << PrettyTypeOf(exception)
127 Handle<mirror::Throwable> exception_ref(hs.NewHandle(exception));
144 // Exception was cleared as part of delivery.
147 // Put exception back in root set with clear throw location.
157 // We're not catching this exception but let's remind we already reported the exception above
163 // We're catching this exception so we finish reporting it. We do it here to avoid doing it
291 // Restore deoptimization exception