Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h436 EXPORT mirror::Throwable* GetPreAllocatedNoClassDefFoundError()
Dclass_linker.cc538 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError(); in ThrowEarlierClassFailure()
3127 throwable->InstanceOf(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()->GetClass()); in MatchesDexFileCaughtExceptions()
3240 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3278 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3471 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
3482 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
4584 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateArrayClass()
5248 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateProxyClass()
5652 self->SetException(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()); in InitializeClass()
Druntime.cc2613 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() { in GetPreAllocatedNoClassDefFoundError() function in art::Runtime
/art/dex2oat/linker/
Dimage_writer.cc396 set_entry(ImageHeader::kNoClassDefFoundError, runtime->GetPreAllocatedNoClassDefFoundError()); in AllocateBootImageLiveObjects()