Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces.cc43 using Interval = std::tuple</*start*/uintptr_t, /*end*/uintptr_t, /*is_heap*/bool>; in CreateLargestImmuneRegion() typedef
44 std::vector<Interval> intervals; in CreateLargestImmuneRegion()
58 intervals.push_back(Interval(reinterpret_cast<uintptr_t>(image_oat_file->Begin()), in CreateLargestImmuneRegion()
63 intervals.push_back(Interval(space_begin, space_end, /*is_heap*/true)); in CreateLargestImmuneRegion()
71 for (const Interval& interval : intervals) { in CreateLargestImmuneRegion()