Searched refs:GetPreAllocatedNoClassDefFoundError (Results 1 – 4 of 4) sorted by relevance
430 mirror::Throwable* GetPreAllocatedNoClassDefFoundError()
514 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure()3049 throwable->InstanceOf(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()->GetClass()); in MatchesDexFileCaughtExceptions()3162 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()3200 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()3393 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()3404 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()4396 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateArrayClass()5066 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateProxyClass()5470 self->SetException(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()); in InitializeClass()
2479 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() { in GetPreAllocatedNoClassDefFoundError() function in art::Runtime
150 set_entry(ImageHeader::kNoClassDefFoundError, runtime->GetPreAllocatedNoClassDefFoundError()); in AllocateBootImageLiveObjects()