Searched refs:ERROR_REPEATED_FRAME (Results 1 – 4 of 4) sorted by relevance
31 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
89 case unwindstack::ERROR_REPEATED_FRAME: in Unwind()
302 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
923 EXPECT_EQ(ERROR_REPEATED_FRAME, unwinder.LastErrorCode()); in TEST_F()