Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.cc226 int export_index = 1; in AssignCellIndices() local
237 entry->cell_index = export_index; in AssignCellIndices()
240 export_index++; in AssignCellIndices()
/external/v8/src/wasm/
Dwasm-module.cc536 int export_index = in CompileToModuleObject() local
538 code_table->set(export_index, *wrapper_code); in CompileToModuleObject()
1766 int export_index = 0; in ProcessExports() local
1769 ++export_index; in ProcessExports()
1779 isolate_->factory()->NewFixedArray(export_index); in ProcessExports()
1782 DCHECK_EQ(export_index, weak_exported_functions->length()); in ProcessExports()
1805 static_cast<int>(module_->functions.size() + --export_index); in ProcessExports()
1827 DCHECK_GT(weak_exported_functions->length(), export_index); in ProcessExports()
1828 weak_exported_functions->set(export_index, *weak_export); in ProcessExports()
/external/v8/src/interpreter/
Dinterpreter.cc1008 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoLdaModuleVariable() local
1009 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoLdaModuleVariable()
1051 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoStaModuleVariable() local
1052 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoStaModuleVariable()