Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DError.h36 ERROR_INVALID_MAP, // Unwind in an invalid map. enumerator
57 case ERROR_INVALID_MAP: in GetErrorCodeString()
/system/extras/simpleperf/
DOfflineUnwinder.h34 ERROR_INVALID_MAP, // Unwind in an invalid map. enumerator
Dcmd_report_sample.cpp112 case proto::Sample_UnwindingResult::ERROR_INVALID_MAP: in ProtoUnwindingErrorCodeToString()
653 case UnwindStackErrorCode::ERROR_INVALID_MAP: in AddUnwindingResultInProtobuf()
654 error_code = proto::Sample_UnwindingResult::ERROR_INVALID_MAP; in AddUnwindingResultInProtobuf()
Dcmd_report_sample.proto82 ERROR_INVALID_MAP = 5; // Unwind in an invalid map enumerator
DOfflineUnwinder.cpp61 CHECK_ERROR_CODE(ERROR_INVALID_MAP);
/system/unwinding/libunwindstack/
DUnwinder.cpp177 last_error_.code = ERROR_INVALID_MAP; in Unwind()
405 last_error_.code = ERROR_INVALID_MAP; in Init()
/system/unwinding/libbacktrace/
DUnwindStack.cpp82 case unwindstack::ERROR_INVALID_MAP: in Unwind()
/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp695 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()
800 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()