Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DError.h31 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
/system/core/libbacktrace/
DUnwindStack.cpp89 case unwindstack::ERROR_REPEATED_FRAME: in Unwind()
/system/core/libunwindstack/
DUnwinder.cpp302 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
/system/core/libunwindstack/tests/
DUnwinderTest.cpp923 EXPECT_EQ(ERROR_REPEATED_FRAME, unwinder.LastErrorCode()); in TEST_F()