Home
last modified time | relevance | path

Searched refs:IsBlank (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/
DMaps.cpp74 if (!prev_map->IsBlank()) { in Parse()
84 while (prev_real_map != nullptr && prev_real_map->IsBlank()) { in Add()
106 if (!prev_map->IsBlank()) { in Sort()
125 if (!prev_map->IsBlank()) { in Parse()
163 info->IsBlank() ? info->prev_real_map : info.get(); in Reparse()
/system/core/libunwindstack/include/unwindstack/
DMapInfo.h110 inline bool IsBlank() { return offset == 0 && flags == 0 && name.empty(); } in IsBlank() function
/system/extras/simpleperf/
DOfflineUnwinder_test.cpp40 if (!info->IsBlank()) { in CheckUnwindMaps()
/system/core/libunwindstack/tests/
DLocalUpdatableMapsTest.cpp324 EXPECT_TRUE(map_info->IsBlank()); in TEST_F()