Searched refs:GetMaps (Results 1 – 4 of 4) sorted by relevance
/system/core/debuggerd/libdebuggerd/test/ |
D | UnwinderMock.h | 26 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/ |
D | tombstone.cpp | 301 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/ |
D | Unwinder.h | 96 Maps* GetMaps() { return maps_; } in GetMaps() function
|
/system/core/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 261 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()
|