Lines Matching refs:GetException
573 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); in VlogClassInitializationFailure()
595 << self->GetException()->Dump(); in WrapExceptionInInitializer()
1206 << ": " << self->GetException()->Dump(); in RunRootClinits()
2969 if (MatchesDexFileCaughtExceptions(self->GetException(), class_linker)) { in FilterDexFileCaughtExceptions()
3171 DCHECK(!MatchesDexFileCaughtExceptions(self->GetException(), this)); in FindClass()
3388 VLOG(class_linker) << self->GetException()->Dump(); in DefineClass()
4679 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification()
4687 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification()
5426 mirror::Class::PrettyClass(self->GetException()->GetClass())); in InitializeClass()
5526 << (self->GetException() != nullptr ? self->GetException()->Dump() : ""); in InitializeClass()
8773 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in DoResolveType()
8778 self->GetException()->SetCause(cause.Get()); in DoResolveType()
8864 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveMethod()
9012 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveField()