Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h345 mirror::Throwable* GetPreAllocatedNoClassDefFoundError()
Dclass_linker.cc547 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure()
2963 throwable->InstanceOf(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()->GetClass()); in MatchesDexFileCaughtExceptions()
3074 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3112 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3306 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
3317 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
4380 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateArrayClass()
5037 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateProxyClass()
5439 self->SetException(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()); in InitializeClass()
Druntime.cc2159 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() { in GetPreAllocatedNoClassDefFoundError() function in art::Runtime
/art/dex2oat/linker/
Dimage_writer.cc180 set_entry(ImageHeader::kNoClassDefFoundError, runtime->GetPreAllocatedNoClassDefFoundError()); in AllocateBootImageLiveObjects()