Searched refs:GetMaps (Results 1 – 11 of 11) 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/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.h | 71 std::unique_ptr<unwindstack::Maps> GetMaps(FuzzedDataProvider* data_provider);
|
D | UnwinderFuzz.cpp | 71 std::unique_ptr<Maps> maps = GetMaps(&data_provider); in LLVMFuzzerTestOneInput()
|
D | UnwinderComponentCreator.cpp | 127 std::unique_ptr<Maps> GetMaps(FuzzedDataProvider* data_provider) { in GetMaps() function
|
/system/core/debuggerd/libdebuggerd/ |
D | scudo.cpp | 111 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in FillInCause() 120 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in FillInCause()
|
D | gwp_asan.cpp | 150 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in AddCauseProtos() 159 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in AddCauseProtos()
|
D | tombstone_proto.cpp | 203 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_probable_cause() 346 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread() 438 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_mappings()
|
D | tombstone.cpp | 241 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_all_maps() 404 dump_probable_cause(log, thread_info.siginfo, unwinder->GetMaps(), thread_info.registers.get()); in dump_thread() 439 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_thread()
|
/system/unwinding/libunwindstack/tests/ |
D | UnwindTest.cpp | 527 ASSERT_EQ(&maps, unwinder.GetMaps()); in TEST_F() 529 ASSERT_EQ(&maps, unwinder.GetMaps()); in TEST_F() 532 ASSERT_EQ(&maps, unwinder.GetMaps()); in TEST_F()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 105 Maps* GetMaps() { return maps_; } in GetMaps() function
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 257 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()
|