Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_MAP (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DError.h29 ERROR_INVALID_MAP, // Unwind in an invalid map. enumerator
/system/core/libbacktrace/
DUnwindStack.cpp82 case unwindstack::ERROR_INVALID_MAP: in Unwind()
/system/extras/simpleperf/
DOfflineUnwinder.cpp309 case unwindstack::ERROR_INVALID_MAP: in UnwindCallChain()
/system/core/libunwindstack/
DUnwinder.cpp165 last_error_.code = ERROR_INVALID_MAP; in Unwind()
/system/core/libunwindstack/tests/
DUnwinderTest.cpp644 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()
747 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()