Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DMaps.cpp137 for (size_t old_map_idx = search_map_idx; old_map_idx < last_map_idx; old_map_idx++) { in Reparse() local
138 auto& info = maps_[old_map_idx]; in Reparse()
141 search_map_idx = old_map_idx + 1; in Reparse()
147 search_map_idx = old_map_idx; in Reparse()
155 maps_[old_map_idx] = nullptr; in Reparse()