Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1051 repetition_count(0), in StackDumpVisitor()
1075 ++repetition_count; in VisitFrame()
1077 if (repetition_count >= kMaxRepetition) { in VisitFrame()
1078 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in VisitFrame()
1080 repetition_count = 0; in VisitFrame()
1084 if (repetition_count < kMaxRepetition) { in VisitFrame()
1135 int repetition_count; member