Searched refs:import_index (Results 1 – 2 of 2) sorted by relevance
243 int import_index = -1; in AssignCellIndices() local250 entry->cell_index = import_index; in AssignCellIndices()251 import_index--; in AssignCellIndices()
1019 Node* import_index = __ IntPtrSub(__ IntPtrConstant(-1), cell_index); in DoLdaModuleVariable() local1020 Node* cell = __ LoadFixedArrayElement(regular_imports, import_index); in DoLdaModuleVariable()