Home
last modified time | relevance | path

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

/aosp_15_r20/system/unwinding/libunwindstack/
H A DMaps.cpp186 size_t search_map_idx = 0; in Reparse() local
195 for (size_t old_map_idx = search_map_idx; old_map_idx < last_map_idx; old_map_idx++) { in Reparse()
199 search_map_idx = old_map_idx + 1; in Reparse()
220 search_map_idx = old_map_idx; in Reparse()
230 search_map_idx = old_map_idx + 1; in Reparse()
234 if (search_map_idx >= last_map_idx) { in Reparse()
239 for (size_t i = search_map_idx; i < last_map_idx; i++) { in Reparse()