Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMaps.cpp190 for (size_t old_map_idx = search_map_idx; old_map_idx < last_map_idx; old_map_idx++) { in Reparse() local
191 auto& info = maps_[old_map_idx]; in Reparse()
195 search_map_idx = old_map_idx + 1; in Reparse()
206 search_map_idx = old_map_idx; in Reparse()
214 search_map_idx = old_map_idx + 1; in Reparse()
215 maps_[old_map_idx] = nullptr; in Reparse()