Home | History | Annotate | Download | only in src

Lines Matching defs:repeats

960         int repeats = source_->GetInt();
963 for (int i = 0; i < repeats; i++) current[i] = object;
964 current += repeats;
974 int repeats = RepeatsForCode(data);
977 for (int i = 0; i < repeats; i++) current[i] = object;
978 current += repeats;
1468 // Repeats are not subject to the write barrier so there are only some