Home | History | Annotate | Download | only in cctest

Lines Matching refs:updates

21525     int updates = updates_counter - initial_updates;
21527 // Check that updates and misses counts are bounded.
21528 CHECK_LE(kClassesCount, updates);
21529 CHECK_LT(updates, kClassesCount * 3);