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

/art/runtime/
H A Dthread.cc1783 repetition_count(0) {}
1805 ++repetition_count;
1807 if (repetition_count >= kMaxRepetition) {
1808 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n";
1810 repetition_count = 0;
1815 if (repetition_count >= kMaxRepetition) {
1904 size_t repetition_count; member in struct:StackDumpVisitor

Completed in 347 milliseconds