Searched refs:ERROR_REPEATED_FRAME (Results 1 – 8 of 8) sorted by relevance
38 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator61 case ERROR_REPEATED_FRAME: in GetErrorCodeString()
36 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
116 case proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME: in ProtoUnwindingErrorCodeToString()659 case UnwindStackErrorCode::ERROR_REPEATED_FRAME: in AddUnwindingResultInProtobuf()660 error_code = proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME; in AddUnwindingResultInProtobuf()
84 ERROR_REPEATED_FRAME = 7; // The last frame has the same pc/sp as the next. enumerator
63 CHECK_ERROR_CODE(ERROR_REPEATED_FRAME);
90 case unwindstack::ERROR_REPEATED_FRAME: in Unwind()
321 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
984 EXPECT_EQ(ERROR_REPEATED_FRAME, unwinder.LastErrorCode()); in TEST_F()