Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1992 repetition_count(0) {} in StackDumpVisitor()
2013 ++repetition_count; in StartMethod()
2015 if (repetition_count >= kMaxRepetition) { in StartMethod()
2016 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in StartMethod()
2018 repetition_count = 0; in StartMethod()
2023 if (repetition_count >= kMaxRepetition) { in StartMethod()
2112 size_t repetition_count; member