Searched refs:SetCause (Results 1 – 5 of 5) sorted by relevance
43 void SetCause(ObjPtr<Throwable> cause) REQUIRES_SHARED(Locks::mutator_lock_);
50 void Throwable::SetCause(ObjPtr<Throwable> cause) { in SetCause() function in art::mirror::Throwable
3279 exception->SetCause(DecodeJObject(cause.get())->AsThrowable()); in ThrowNewWrappedException()
4596 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification()8681 self->GetException()->SetCause(cause.Get()); in DoResolveType()
453 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldJNI()