Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.h46 ObjPtr<Throwable> GetCause() REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc174 ObjPtr<Throwable> Throwable::GetCause() { in GetCause() function in art::mirror::Throwable
/art/runtime/dex/
Ddex_file_annotations.cc1570 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetDeclaringClass()
1782 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetNestHost()