Searched refs:GetPrevRealMap (Results 1 – 8 of 8) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | MapInfoTest.cpp | 68 EXPECT_EQ(nullptr, map1->GetPrevRealMap()); in TEST() 73 EXPECT_EQ(nullptr, map2->GetPrevRealMap()); in TEST() 78 EXPECT_EQ(map1, map3->GetPrevRealMap()); in TEST() 85 EXPECT_EQ(nullptr, map1->GetPrevRealMap()); in TEST() 87 EXPECT_EQ(nullptr, map3->GetPrevRealMap()); in TEST() 93 EXPECT_EQ(nullptr, map1->GetPrevRealMap()); in TEST() 95 EXPECT_EQ(nullptr, map3->GetPrevRealMap()); in TEST() 101 EXPECT_EQ(nullptr, map1->GetPrevRealMap()); in TEST() 103 EXPECT_EQ(nullptr, map3->GetPrevRealMap()); in TEST() 110 EXPECT_EQ(nullptr, map1->GetPrevRealMap()); in TEST() [all …]
|
D | MapsTest.cpp | 59 EXPECT_EQ(nullptr, info1->GetPrevRealMap()); in TEST() 64 EXPECT_EQ(nullptr, info2->GetPrevRealMap()); in TEST() 69 EXPECT_EQ(info1, info3->GetPrevRealMap()); in TEST() 655 EXPECT_EQ(nullptr, maps.Get(0)->GetPrevRealMap()); in TEST() 661 EXPECT_EQ(nullptr, maps.Get(1)->GetPrevRealMap()); in TEST() 667 EXPECT_EQ(nullptr, maps.Get(2)->GetPrevRealMap()); in TEST() 673 EXPECT_EQ(nullptr, maps.Get(3)->GetPrevRealMap()); in TEST() 679 EXPECT_EQ(maps.Get(1), maps.Get(4)->GetPrevRealMap()); in TEST() 685 EXPECT_EQ(nullptr, maps.Get(5)->GetPrevRealMap()); in TEST() 691 EXPECT_EQ(maps.Get(4), maps.Get(6)->GetPrevRealMap()); in TEST() [all …]
|
D | LocalUpdatableMapsTest.cpp | 311 EXPECT_EQ(maps_.Get(0), map_info->GetPrevRealMap()); in TEST_F() 322 EXPECT_EQ(nullptr, map_info->GetPrevRealMap()); in TEST_F() 354 EXPECT_EQ(maps_.Get(0), map_info->GetPrevRealMap()); in TEST_F() 365 EXPECT_EQ(nullptr, map_info->GetPrevRealMap()); in TEST_F() 376 EXPECT_EQ(nullptr, map_info->GetPrevRealMap()); in TEST_F()
|
/system/unwinding/libunwindstack/ |
D | MapInfo.cpp | 44 std::shared_ptr<MapInfo> MapInfo::GetPrevRealMap() { in GetPrevRealMap() function in unwindstack::MapInfo 79 auto prev_real_map = GetPrevRealMap(); in InitFileMemoryFromPreviousReadOnlyMap() 237 auto prev_real_map = GetPrevRealMap(); in CreateMemory() 303 } else if (auto prev_real_map = GetPrevRealMap(); prev_real_map != nullptr && in GetElf()
|
D | Elf.cpp | 396 auto prev_map = info->GetPrevRealMap(); in CacheGet()
|
/system/extras/simpleperf/ |
D | OfflineUnwinder_test.cpp | 37 prev_real_map != info->GetPrevRealMap()) { in CheckUnwindMaps()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | MapInfo.h | 118 std::shared_ptr<MapInfo> GetPrevRealMap();
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 265 auto prev_info = map_info->GetPrevRealMap(); in SaveMapInfo()
|