Searched refs:export_index (Results 1 – 3 of 3) sorted by relevance
226 int export_index = 1; in AssignCellIndices() local237 entry->cell_index = export_index; in AssignCellIndices()240 export_index++; in AssignCellIndices()
536 int export_index = in CompileToModuleObject() local538 code_table->set(export_index, *wrapper_code); in CompileToModuleObject()1766 int export_index = 0; in ProcessExports() local1769 ++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()
1008 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoLdaModuleVariable() local1009 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoLdaModuleVariable()1051 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoStaModuleVariable() local1052 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoStaModuleVariable()