Searched refs:kSpecialRoots (Results 1 – 2 of 2) sorted by relevance
228 kSpecialRoots, // Different for boot image and app image, see aliases below. enumerator232 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
2145 app_image ? header.GetImageRoot(ImageHeader::kSpecialRoots) : nullptr)); in AddImageSpace()