Home
last modified time | relevance | path

Searched refs:IsThrowableClass (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Daot_class_linker.cc68 CHECK(klass->IsThrowableClass()) << klass->PrettyDescriptor(); in InitializeClass()
Dthread.cc3293 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
/art/runtime/mirror/
Dobject-inl.h318 DCHECK(GetClass<kVerifyFlags>()->IsThrowableClass()); in AsThrowable()
Dclass.h490 bool IsThrowableClass() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc522 bool Class::IsThrowableClass() { in IsThrowableClass() function in art::mirror::Class
/art/openjdkjvmti/
Dti_thread.cc1087 if (!obj->GetClass()->IsThrowableClass()) { in StopThread()
/art/runtime/jni/
Dcheck_jni.cc702 if (!obj->GetClass()->IsThrowableClass()) { in CheckThrowable()
713 if (!c->IsThrowableClass()) { in CheckThrowableClass()
938 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h743 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) { in THROW()