Home | History | Annotate | Download | only in src

Lines Matching defs:repeats

1028         int repeats = source_->GetInt();
1031 for (int i = 0; i < repeats; i++) current[i] = object;
1032 current += repeats;
1043 int repeats = RepeatsForCode(data);
1046 for (int i = 0; i < repeats; i++) current[i] = object;
1047 current += repeats;
1521 // Repeats are not subject to the write barrier so there are only some