Searched refs:IsThrowableClass (Results 1 – 8 of 8) sorted by relevance
72 CHECK(klass->IsThrowableClass()) << klass->PrettyDescriptor(); in InitializeClass()
318 DCHECK(GetClass<kVerifyFlags>()->IsThrowableClass()); in AsThrowable()
499 bool IsThrowableClass() REQUIRES_SHARED(Locks::mutator_lock_);
509 bool Class::IsThrowableClass() { in IsThrowableClass() function in art::mirror::Class
1101 if (!obj->GetClass()->IsThrowableClass()) { in StopThread()
708 if (!obj->GetClass()->IsThrowableClass()) { in CheckThrowable()719 if (!c->IsThrowableClass()) { in CheckThrowableClass()945 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()
920 } else if (DoAssignabilityChecks() && !exception->GetClass()->IsThrowableClass()) { in THROW()
3613 DCHECK_IMPLIES(runtime->IsStarted(), exception_class->IsThrowableClass()); in ThrowNewWrappedException()