Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc782 last_method(NULL), last_line_number(0), repetition_count(0), frame_count(0) { in StackDumpVisitor()
805 repetition_count++; in VisitFrame()
807 if (repetition_count >= kMaxRepetition) { in VisitFrame()
808 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in VisitFrame()
810 repetition_count = 0; in VisitFrame()
814 if (repetition_count < kMaxRepetition) { in VisitFrame()
849 int repetition_count; member