Lines Matching full:exception_class
1508 exception_class(this, runtime->GetClassLinker()->FindClass(exception_class_descriptor, cl));
1509 if (UNLIKELY(exception_class.get() == NULL)) {
1515 if (UNLIKELY(!runtime->GetClassLinker()->EnsureInitialized(exception_class.get(), true, true))) {
1519 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass());
1521 down_cast<mirror::Throwable*>(exception_class->AllocObject(this)));
1546 exception_class->FindDeclaredDirectMethod("<init>", signature);