Lines Matching refs:cell_index
116 ToStringOrUndefined(isolate, import_name), module_request, cell_index, in Serialize()
131 result->cell_index = entry->cell_index(); in Deserialize()
151 DCHECK_EQ(it->second->cell_index, next->second->cell_index); in SerializeRegularExports()
160 handle(Smi::FromInt(it->second->cell_index), isolate); in SerializeRegularExports()
191 int cell_index = module_info->RegularExportCellIndex(i); in DeserializeRegularExports() local
202 entry->cell_index = cell_index; in DeserializeRegularExports()
242 int cell_index) { in GetCellIndexKind() argument
243 if (cell_index > 0) return kExport; in GetCellIndexKind()
244 if (cell_index < 0) return kImport; in GetCellIndexKind()
259 DCHECK_EQ(entry->cell_index, 0); in AssignCellIndices()
260 entry->cell_index = export_index; in AssignCellIndices()
272 DCHECK_EQ(entry->cell_index, 0); in AssignCellIndices()
273 entry->cell_index = import_index; in AssignCellIndices()