Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1986 repetition_count(0) {} in StackDumpVisitor()
2007 ++repetition_count; in StartMethod()
2009 if (repetition_count >= kMaxRepetition) { in StartMethod()
2010 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in StartMethod()
2012 repetition_count = 0; in StartMethod()
2017 if (repetition_count >= kMaxRepetition) { in StartMethod()
2106 size_t repetition_count; member