Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMaps.cpp108 map_info->set_prev_map(prev_map); in Sort()
196 info->set_prev_map(prev); in Reparse()
204 next->set_prev_map(info); in Reparse()
/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h172 inline void set_prev_map(std::shared_ptr<MapInfo>& value) { prev_map_ = value; } in set_prev_map() function
/system/unwinding/libunwindstack/tests/
DMapInfoCreateMemoryTest.cpp133 info->set_prev_map(prev_info); in TEST_F()