Searched refs:IsThrowableClass (Results 1 – 8 of 8) sorted by relevance
68 CHECK(klass->IsThrowableClass()) << klass->PrettyDescriptor(); in InitializeClass()
3293 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
318 DCHECK(GetClass<kVerifyFlags>()->IsThrowableClass()); in AsThrowable()
490 bool IsThrowableClass() REQUIRES_SHARED(Locks::mutator_lock_);
522 bool Class::IsThrowableClass() { in IsThrowableClass() function in art::mirror::Class
1087 if (!obj->GetClass()->IsThrowableClass()) { in StopThread()
702 if (!obj->GetClass()->IsThrowableClass()) { in CheckThrowable()713 if (!c->IsThrowableClass()) { in CheckThrowableClass()938 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()
743 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) { in THROW()