Home
last modified time | relevance | path

Searched refs:kNoClassDefFoundError (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Dimage.h243 kNoClassDefFoundError, // Pre-allocated NoClassDefFoundError. enumerator
/art/runtime/
Druntime.cc2077 boot_image_live_objects->Get(ImageHeader::kNoClassDefFoundError)->AsThrowable()); in Init()
/art/dex2oat/linker/
Dimage_writer.cc396 set_entry(ImageHeader::kNoClassDefFoundError, runtime->GetPreAllocatedNoClassDefFoundError()); in AllocateBootImageLiveObjects()