/system/core/debuggerd/libdebuggerd/test/ |
D | UnwinderMock.h | 28 virtual ~UnwinderMock() { delete GetMaps(); } in ~UnwinderMock() 32 GetMaps()->Add(start, end, offset, flags, name, load_bias); in MockAddMap() 36 std::shared_ptr<unwindstack::MapInfo> map_info = GetMaps()->Find(offset); in MockSetBuildID()
|
/system/unwinding/libunwindstack/tests/ |
D | UnwindOfflineTest.cpp | 75 Unwinder(128, offline_utils_.GetMaps(sample_name), offline_utils_.GetRegs(sample_name), in ConsecutiveUnwindTest() 108 Unwinder unwinder(128, offline_utils_.GetMaps(), regs, offline_utils_.GetProcessMemory()); in TEST_F() 151 Unwinder unwinder(128, offline_utils_.GetMaps(), offline_utils_.GetRegs(), in TEST_F() 175 Unwinder unwinder(128, offline_utils_.GetMaps(), offline_utils_.GetRegs(), in TEST_F() 209 Unwinder unwinder(128, offline_utils_.GetMaps(), offline_utils_.GetRegs(), in TEST_F() 370 Unwinder unwinder(128, offline_utils_.GetMaps(), offline_utils_.GetRegs(), in TEST_F() 575 LeakType data(offline_utils_.GetMaps(), offline_utils_.GetRegs(), process_memory, in TEST_F() 589 Unwinder unwinder(128, offline_utils_.GetMaps(), offline_utils_.GetRegs(), in TEST_F() 621 Unwinder unwinder(128, offline_utils_.GetMaps(), offline_utils_.GetRegs(), in TEST_F() 652 Unwinder unwinder(128, offline_utils_.GetMaps(), offline_utils_.GetRegs(), in TEST_F() [all …]
|
D | UnwindTest.cpp | 533 ASSERT_EQ(&maps, unwinder.GetMaps()); in TEST_F() 535 ASSERT_EQ(&maps, unwinder.GetMaps()); in TEST_F() 538 ASSERT_EQ(&maps, unwinder.GetMaps()); in TEST_F()
|
D | UnwinderTest.cpp | 1797 ASSERT_EQ(&map, unwinder1.GetMaps()); in TEST_F() 1799 ASSERT_EQ(&map, unwinder1.GetMaps()); in TEST_F() 1802 ASSERT_EQ(&map, unwinder2.GetMaps()); in TEST_F() 1804 ASSERT_EQ(&map, unwinder2.GetMaps()); in TEST_F()
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.h | 70 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/unwinding/libunwindstack/benchmarks/ |
D | OfflineUnwindBenchmarks.cpp | 110 for (auto& map_info : *offline_utils_.GetMaps(sample_name)) { in BenchmarkOfflineUnwindMultipleSamples() 137 Unwinder unwinder(128, offline_utils_.GetMaps(sample_name), in BenchmarkOfflineUnwindMultipleSamples()
|
/system/unwinding/libunwindstack/utils/ |
D | OfflineUnwindUtils.h | 117 Maps* GetMaps(const std::string& sample_name = kSingleSample) const;
|
D | ProcessTracer.cpp | 204 Maps* maps = unwinder.GetMaps(); in ProcIsInDesiredElf()
|
D | OfflineUnwindUtils.cpp | 160 Maps* OfflineUnwindUtils::GetMaps(const std::string& initial_sample_name) const { in GetMaps() function in unwindstack::OfflineUnwindUtils
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto.cpp | 217 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_probable_cause() 364 unwindstack::Maps* maps = unwinder->GetMaps(); in dump_registers() 692 dump_mappings(&result, unwinder->GetMaps(), unwinder->GetProcessMemory()); in engrave_tombstone_proto()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | AndroidUnwinder.h | 76 unwindstack::Maps* GetMaps() { return maps_.get(); } in GetMaps() function
|
D | Unwinder.h | 96 Maps* GetMaps() { return maps_; } in GetMaps() function
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 301 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()
|