Home
last modified time | relevance | path

Searched refs:export_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dmodules.cc223 int export_index = 1; in AssignCellIndices() local
234 entry->cell_index = export_index; in AssignCellIndices()
237 export_index++; in AssignCellIndices()
/external/v8/src/wasm/
Dwasm-module.cc827 int export_index = static_cast<int>(functions.size() + func_index); in CompileFunctions() local
828 code_table->set(export_index, *wrapper_code); in CompileFunctions()
1620 int export_index = 0; in ProcessExports() local
1631 static_cast<int>(module_->functions.size() + export_index); in ProcessExports()
1644 export_index++; in ProcessExports()
/external/v8/src/interpreter/
Dinterpreter.cc860 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoLdaModuleVariable() local
861 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoLdaModuleVariable()
903 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoStaModuleVariable() local
904 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoStaModuleVariable()