Home
last modified time | relevance | path

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

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