Lines Matching refs:index
182 int index = 0;
197 data[index + SourceTextModuleInfo::kRegularExportLocalNameOffset] =
199 data[index + SourceTextModuleInfo::kRegularExportCellIndexOffset] =
201 data[index + SourceTextModuleInfo::kRegularExportExportNamesOffset] =
203 index += SourceTextModuleInfo::kRegularExportLength;
215 DCHECK_LE(index, static_cast<int>(data.size()));
216 data.resize(index);
221 isolate->factory()->NewFixedArray(index, AllocationType::kOld);
222 for (int i = 0; i < index; ++i) {
276 // same index to each such entry.