Searched refs:IsThrowableClass (Results 1 – 7 of 7) sorted by relevance
349 bool Class::IsThrowableClass() { in IsThrowableClass() function in art::mirror::Class
359 DCHECK(GetClass<kVerifyFlags>()->IsThrowableClass()); in AsThrowable()
417 bool IsThrowableClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
651 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()
1694 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
535 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) { in ExecuteSwitchImpl()
621 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) { in ExecuteGotoImpl()