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

/art/runtime/gc/collector/
H A Dimmune_spaces.cc43 using Interval = std::tuple</*start*/uintptr_t, /*end*/uintptr_t, /*is_heap*/bool>;
63 intervals.push_back(Interval(space_begin, space_end, /*is_heap*/true));
74 const bool is_heap = std::get<2>(interval); local
76 << reinterpret_cast<const void*>(end) << " is_heap=" << is_heap;
82 if (!is_heap) {
90 if (is_heap) {

Completed in 33 milliseconds