Searched refs:SetCause (Results 1 – 3 of 3) 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
374 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldJNI()