Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DOfflineUnwinder_test.cpp40 if (!info->IsBlank()) { in CheckUnwindMaps()
/system/unwinding/libunwindstack/
DMapInfo.cpp50 if (!prev->IsBlank()) { in GetPrevRealMap()
66 if (!next->IsBlank()) { in GetNextRealMap()
/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/system/unwinding/libunwindstack/tests/
DLocalUpdatableMapsTest.cpp321 EXPECT_TRUE(map_info->IsBlank()); in TEST_F()