Home
last modified time | relevance | path

Searched refs:import_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dmodules.cc243 int import_index = -1; in AssignCellIndices() local
250 entry->cell_index = import_index; in AssignCellIndices()
251 import_index--; in AssignCellIndices()
/external/v8/src/interpreter/
Dinterpreter.cc1019 Node* import_index = __ IntPtrSub(__ IntPtrConstant(-1), cell_index); in DoLdaModuleVariable() local
1020 Node* cell = __ LoadFixedArrayElement(regular_imports, import_index); in DoLdaModuleVariable()