Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DMaps.cpp148 size_t search_map_idx = 0; in Reparse() local
155 for (size_t old_map_idx = search_map_idx; old_map_idx < last_map_idx; 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()
182 if (search_map_idx >= last_map_idx) { in Reparse()
188 for (size_t i = search_map_idx; i < last_map_idx; i++) { in Reparse()