Home
last modified time | relevance | path

Searched refs:GetMaps (Results 1 – 8 of 8) 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/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.h71 std::unique_ptr<unwindstack::Maps> GetMaps(FuzzedDataProvider* data_provider);
DUnwinderFuzz.cpp71 std::unique_ptr<Maps> maps = GetMaps(&data_provider); in LLVMFuzzerTestOneInput()
DUnwinderComponentCreator.cpp112 std::unique_ptr<Maps> GetMaps(FuzzedDataProvider* data_provider) { in GetMaps() function
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h96 Maps* GetMaps() { return maps_; } in GetMaps() function
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp233 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_all_maps()
396 dump_probable_cause(log, thread_info.siginfo, unwinder->GetMaps(), in dump_thread()
428 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread()
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp261 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()
/system/core/libunwindstack/
DUnwinder.cpp401 Maps* maps = GetMaps(); in BuildFrameFromPcOnly()