Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2004 static constexpr size_t kMaxRepetition = 3u; member
2019 if (repetition_count >= kMaxRepetition) { in StartMethod()
2020 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in StartMethod()
2027 if (repetition_count >= kMaxRepetition) { in StartMethod()