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

/art/runtime/
H A Dthread.cc893 const int kMaxRepetition = 3; local
904 if (repetition_count >= kMaxRepetition) {
905 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n";
911 if (repetition_count < kMaxRepetition) {

Completed in 21 milliseconds