Home
last modified time | relevance | path

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

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