Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/test/
DUnwinderMock.h26 virtual ~UnwinderMock() { delete GetMaps(); } in ~UnwinderMock()
30 GetMaps()->Add(start, end, offset, flags, name, load_bias); in MockAddMap()
34 unwindstack::MapInfo* map_info = GetMaps()->Find(offset); in MockSetBuildID()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp301 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_all_maps()
450 dump_probable_cause(log, thread_info.siginfo, unwinder->GetMaps()); in dump_thread()
470 dump_stack(log, unwinder->frames(), unwinder->GetMaps(), unwinder->GetProcessMemory().get()); in dump_thread()
474 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h96 Maps* GetMaps() { return maps_; } in GetMaps() function
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp261 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()