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
90 case unwindstack::ERROR_REPEATED_FRAME: in Unwind()
304 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
927 EXPECT_EQ(ERROR_REPEATED_FRAME, unwinder.LastErrorCode()); in TEST_F()