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

/art/runtime/gc/collector/
H A Dimmune_spaces.cc47 uintptr_t space_end = reinterpret_cast<uintptr_t>(space->Limit()); local
53 space_end = RoundUp(reinterpret_cast<uintptr_t>(image_space->GetImageEnd()), kPageSize);
63 intervals.push_back(Interval(space_begin, space_end, /*is_heap*/true));

Completed in 37 milliseconds