Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DMaps.cpp155 for (size_t old_map_idx = search_map_idx; old_map_idx < last_map_idx; old_map_idx++) { in Reparse() local
156 auto& info = maps_[old_map_idx]; in Reparse()
159 search_map_idx = old_map_idx + 1; in Reparse()
170 search_map_idx = old_map_idx; in Reparse()
178 search_map_idx = old_map_idx + 1; in Reparse()
179 maps_[old_map_idx] = nullptr; in Reparse()