Home
last modified time | relevance | path

Searched refs:GetMaps (Results 1 – 11 of 11) 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/unwinding/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.cpp127 std::unique_ptr<Maps> GetMaps(FuzzedDataProvider* data_provider) { in GetMaps() function
/system/core/debuggerd/libdebuggerd/
Dscudo.cpp111 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in FillInCause()
120 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in FillInCause()
Dgwp_asan.cpp150 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in AddCauseProtos()
159 fill_in_backtrace_frame(f, frame_data, unwinder->GetMaps()); in AddCauseProtos()
Dtombstone_proto.cpp203 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()
Dtombstone.cpp241 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/
DUnwindTest.cpp527 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/
DUnwinder.h105 Maps* GetMaps() { return maps_; } in GetMaps() function
/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp257 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()