Searched refs:SetCause (Results 1 – 5 of 5) sorted by relevance
45 void SetCause(Throwable* cause) SHARED_REQUIRES(Locks::mutator_lock_);
44 void Throwable::SetCause(Throwable* cause) { in SetCause() function in art::mirror::Throwable
2343 exception->SetCause(down_cast<mirror::Throwable*>(DecodeJObject(cause.get()))); in ThrowNewWrappedException()
209 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldID()
3797 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification()7359 self->GetException()->SetCause(cause.Get()); in ResolveType()