Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DMaps.cpp141 size_t last_map_idx = maps_.size(); in Reparse() local
143 maps_.resize(last_map_idx); in Reparse()
149 for (size_t new_map_idx = last_map_idx; new_map_idx < maps_.size(); new_map_idx++) { in Reparse()
155 for (size_t old_map_idx = search_map_idx; old_map_idx < last_map_idx; old_map_idx++) { 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()