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.cpp81 case unwindstack::ERROR_INVALID_MAP: in Unwind()
/system/core/libunwindstack/
DUnwinder.cpp163 last_error_.code = ERROR_INVALID_MAP; in Unwind()
/system/extras/simpleperf/
DOfflineUnwinder.cpp273 case unwindstack::ERROR_INVALID_MAP: in UnwindCallChain()
/system/core/libunwindstack/tests/
DUnwinderTest.cpp640 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()
743 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()