Home
last modified time | relevance | path

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

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