Searched refs:image_oat_file (Results 1 – 1 of 1) sorted by relevance
56 const OatFile* const image_oat_file = image_space->GetOatFile(); in CreateLargestImmuneRegion() local57 if (image_oat_file != nullptr) { in CreateLargestImmuneRegion()58 intervals.push_back(Interval(reinterpret_cast<uintptr_t>(image_oat_file->Begin()), in CreateLargestImmuneRegion()59 reinterpret_cast<uintptr_t>(image_oat_file->End()), in CreateLargestImmuneRegion()