Home
last modified time | relevance | path

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

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