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
3261 exception->SetCause(DecodeJObject(cause.get())->AsThrowable()); in ThrowNewWrappedException()
4481 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification()8496 self->GetException()->SetCause(cause.Get()); in DoResolveType()
516 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldID()