Searched refs:image_oat_file (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/collector/
H A Dimmune_spaces.cc55 const OatFile* const image_oat_file = image_space->GetOatFile(); local
56 if (image_oat_file != nullptr) {
57 intervals.push_back(Interval(reinterpret_cast<uintptr_t>(image_oat_file->Begin()),
58 reinterpret_cast<uintptr_t>(image_oat_file->End()),

Completed in 106 milliseconds