Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DMaps.cpp123 size_t last_map_idx = maps_.size(); in Reparse() local
125 maps_.resize(last_map_idx); in Reparse()
131 for (size_t new_map_idx = last_map_idx; new_map_idx < maps_.size(); new_map_idx++) { in Reparse()
137 for (size_t old_map_idx = search_map_idx; old_map_idx < last_map_idx; old_map_idx++) { in Reparse()
158 if (search_map_idx >= last_map_idx) { in Reparse()
164 for (size_t i = search_map_idx; i < last_map_idx; i++) { in Reparse()