Home | History | Annotate | Download | only in runtime

Lines Matching refs:exception_class

2736   Handle<mirror::Class> exception_class(
2738 if (UNLIKELY(exception_class == nullptr)) {
2744 if (UNLIKELY(!runtime->GetClassLinker()->EnsureInitialized(soa.Self(), exception_class, true,
2749 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass());
2751 hs.NewHandle(ObjPtr<mirror::Throwable>::DownCast(exception_class->AllocObject(this))));
2783 exception_class->FindConstructor(signature, cl->GetImagePointerSize());