Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1702 const int kMaxRepetition = 3; in VisitFrame() local
1713 if (repetition_count >= kMaxRepetition) { in VisitFrame()
1714 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in VisitFrame()
1720 if (repetition_count < kMaxRepetition) { in VisitFrame()