Home
last modified time | relevance | path

Searched refs:GetMaps (Results 1 – 15 of 15) sorted by relevance

/system/core/debuggerd/libdebuggerd/test/
DUnwinderMock.h28 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/
DUnwindOfflineTest.cpp75 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 …]
DUnwindTest.cpp533 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()
DUnwinderTest.cpp1797 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/
DUnwinderComponentCreator.h70 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/unwinding/libunwindstack/benchmarks/
DOfflineUnwindBenchmarks.cpp110 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/
DOfflineUnwindUtils.h117 Maps* GetMaps(const std::string& sample_name = kSingleSample) const;
DProcessTracer.cpp204 Maps* maps = unwinder.GetMaps(); in ProcIsInDesiredElf()
DOfflineUnwindUtils.cpp160 Maps* OfflineUnwindUtils::GetMaps(const std::string& initial_sample_name) const { in GetMaps() function in unwindstack::OfflineUnwindUtils
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp217 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/
DAndroidUnwinder.h76 unwindstack::Maps* GetMaps() { return maps_.get(); } in GetMaps() function
DUnwinder.h96 Maps* GetMaps() { return maps_; } in GetMaps() function
/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp301 unwindstack::Maps* maps = unwinder.GetMaps(); in SaveData()