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