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

/art/runtime/
H A Dthread.cc1052 const int kMaxRepetition = 3; local
1063 if (repetition_count >= kMaxRepetition) {
1064 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n";
1070 if (repetition_count < kMaxRepetition) {

Completed in 107 milliseconds