Home
last modified time | relevance | path

Searched refs:kSpecialRoots (Results 1 – 2 of 2) sorted by relevance

/art/runtime/oat/
Dimage.h228 kSpecialRoots, // Different for boot image and app image, see aliases below. enumerator
232 kAppImageClassLoader = kSpecialRoots, // The class loader used to build the app image.
233 kBootImageLiveObjects = kSpecialRoots, // Array of boot image objects that must be kept live.
234 kAppImageOatHeader = kSpecialRoots, // A byte array containing 1) a fake OatHeader to check
/art/runtime/
Dclass_linker.cc2145 app_image ? header.GetImageRoot(ImageHeader::kSpecialRoots) : nullptr)); in AddImageSpace()