Searched refs:kMaxRepetition (Results 1 – 1 of 1) sorted by relevance
1376 const int kMaxRepetition = 3; in VisitFrame() local1387 if (repetition_count >= kMaxRepetition) { in VisitFrame()1388 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in VisitFrame()1394 if (repetition_count < kMaxRepetition) { in VisitFrame()