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

/art/runtime/
H A Dthread.cc782 last_method(NULL), last_line_number(0), repetition_count(0), frame_count(0) {
805 repetition_count++;
807 if (repetition_count >= kMaxRepetition) {
808 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n";
810 repetition_count = 0;
814 if (repetition_count < kMaxRepetition) {
849 int repetition_count; member in struct:art::StackDumpVisitor

Completed in 84 milliseconds