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.cc3231 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
/art/runtime/mirror/
Dobject-inl.h318 DCHECK(GetClass<kVerifyFlags>()->IsThrowableClass()); in AsThrowable()
Dclass.h488 bool IsThrowableClass() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc553 bool Class::IsThrowableClass() { in IsThrowableClass() function in art::mirror::Class
/art/openjdkjvmti/
Dti_thread.cc1088 if (!obj->GetClass()->IsThrowableClass()) { in StopThread()
/art/runtime/jni/
Dcheck_jni.cc687 if (!obj->GetClass()->IsThrowableClass()) { in CheckThrowable()
698 if (!c->IsThrowableClass()) { in CheckThrowableClass()
888 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h806 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) { in THROW()