Searched refs:GetPreAllocatedNoClassDefFoundError (Results 1 – 4 of 4) sorted by relevance
360 mirror::Throwable* GetPreAllocatedNoClassDefFoundError()
551 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure()2758 throwable->InstanceOf(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()->GetClass()); in MatchesDexFileCaughtExceptions()2871 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()2909 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()3104 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()3119 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()3130 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()4220 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateArrayClass()4912 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateProxyClass()5312 self->SetException(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()); in InitializeClass()
2375 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() { in GetPreAllocatedNoClassDefFoundError() function in art::Runtime
197 set_entry(ImageHeader::kNoClassDefFoundError, runtime->GetPreAllocatedNoClassDefFoundError()); in AllocateBootImageLiveObjects()