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

/art/runtime/
H A Doat_file_assistant_test.cc165 // The reservation_end includes room for the main space that has to come
168 uintptr_t reservation_end = ART_BASE_ADDRESS + 384 * MB; local
173 reservation_start < reservation_end && it != map->end(); ++it) {
174 ReserveImageSpaceChunk(reservation_start, std::min(it->start, reservation_end));
177 ReserveImageSpaceChunk(reservation_start, reservation_end);

Completed in 45 milliseconds