Home | History | Annotate | Download | only in src

Lines Matching refs:repeats

1079         int repeats = source_->GetInt();
1082 for (int i = 0; i < repeats; i++) current[i] = object;
1083 current += repeats;
1094 int repeats = RepeatsForCode(data);
1097 for (int i = 0; i < repeats; i++) current[i] = object;
1098 current += repeats;
1575 // Repeats are not subject to the write barrier so there are only some