Home
last modified time | relevance | path

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

/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()