Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc112 auto next_it = it; in ExtractRssFromMincore() local
113 next_it++; in ExtractRssFromMincore()
114 while (next_it != gc_ranges->end()) { in ExtractRssFromMincore()
115 if (it->second == next_it->first) { in ExtractRssFromMincore()
116 it->second = next_it->second; in ExtractRssFromMincore()
117 next_it = gc_ranges->erase(next_it); in ExtractRssFromMincore()
/art/compiler/debug/
Delf_debug_loc_writer.h127 auto next_it = it; in GetVariableLocations() local
128 next_it++; in GetVariableLocations()
129 const uint32_t high_pc = next_it != stack_maps.end() in GetVariableLocations()
130 ? next_it->first in GetVariableLocations()