Searched refs:boot_oat_file (Results 1 – 1 of 1) sorted by relevance
4279 const OatFile* boot_oat_file = space_->GetOatFile(); in GetBootImagesSize() local4280 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize()4281 const uint32_t oat_size = boot_oat_file->Size(); in GetBootImagesSize()