Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.h436 EXPORT mirror::Throwable* GetPreAllocatedNoClassDefFoundError()
H A Dclass_linker.cc550 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure()
3162 throwable->InstanceOf(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()->GetClass()); in MatchesDexFileCaughtExceptions()
3296 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3334 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3528 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
3539 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
4641 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateArrayClass()
5266 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateProxyClass()
5674 self->SetException(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()); in InitializeClass()
H A Druntime.cc2613 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() { in GetPreAllocatedNoClassDefFoundError() function in art::Runtime
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc397 set_entry(ImageHeader::kNoClassDefFoundError, runtime->GetPreAllocatedNoClassDefFoundError()); in AllocateBootImageLiveObjects()