Home
last modified time | relevance | path

Searched refs:GetPreAllocatedNoClassDefFoundError (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Druntime.h360 mirror::Throwable* GetPreAllocatedNoClassDefFoundError()
H A Dclass_linker.cc551 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()
H A Druntime.cc2375 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() { in GetPreAllocatedNoClassDefFoundError() function in art::Runtime
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc197 set_entry(ImageHeader::kNoClassDefFoundError, runtime->GetPreAllocatedNoClassDefFoundError()); in AllocateBootImageLiveObjects()