Home
last modified time | relevance | path

Searched refs:SetCause (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dthrowable.h43 void SetCause(ObjPtr<Throwable> cause) REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc50 void Throwable::SetCause(ObjPtr<Throwable> cause) { in SetCause() function in art::mirror::Throwable
/art/runtime/jni/
Djni_internal.cc374 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldJNI()