Searched refs:GetCause (Results 1 – 3 of 3) sorted by relevance
46 ObjPtr<Throwable> GetCause() REQUIRES_SHARED(Locks::mutator_lock_);
174 ObjPtr<Throwable> Throwable::GetCause() { in GetCause() function in art::mirror::Throwable
1570 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetDeclaringClass()1782 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetNestHost()