Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1361 repetition_count(0), in StackDumpVisitor()
1385 ++repetition_count; in VisitFrame()
1387 if (repetition_count >= kMaxRepetition) { in VisitFrame()
1388 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in VisitFrame()
1390 repetition_count = 0; in VisitFrame()
1394 if (repetition_count < kMaxRepetition) { in VisitFrame()
1444 int repetition_count; member