Searched refs:boot_oat_file (Results 1 – 2 of 2) sorted by relevance
1662 const OatFile* boot_oat_file = boot_image_space->GetOatFile(); in LoadBootImage() local1663 if (boot_oat_file == nullptr) { in LoadBootImage()1667 const OatHeader& boot_oat_header = boot_oat_file->GetOatHeader(); in LoadBootImage()
4160 const OatFile* boot_oat_file = space_->GetOatFile(); in GetBootImagesSize() local4161 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize()4162 const uint32_t oat_size = boot_oat_file->Size(); in GetBootImagesSize()