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

/art/runtime/
H A Dthread.cc1791 static constexpr size_t kMaxRepetition = 3u; member in struct:StackDumpVisitor
1807 if (repetition_count >= kMaxRepetition) {
1808 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n";
1815 if (repetition_count >= kMaxRepetition) {

Completed in 222 milliseconds