Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DMaps.cpp106 map_info->set_prev_map(prev_map); in Sort()
197 maps_[new_map_idx + 1]->set_prev_map(info.get()); in Reparse()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMapInfo.h122 inline void set_prev_map(MapInfo* value) { prev_map_ = value; } in set_prev_map() function
/aosp12/system/unwinding/libunwindstack/tests/
H A DMapInfoCreateMemoryTest.cpp133 info.set_prev_map(&prev_info); in TEST_F()