Searched refs:export_index (Results 1 – 3 of 3) sorted by relevance
223 int export_index = 1; in AssignCellIndices() local234 entry->cell_index = export_index; in AssignCellIndices()237 export_index++; in AssignCellIndices()
827 int export_index = static_cast<int>(functions.size() + func_index); in CompileFunctions() local828 code_table->set(export_index, *wrapper_code); in CompileFunctions()1620 int export_index = 0; in ProcessExports() local1631 static_cast<int>(module_->functions.size() + export_index); in ProcessExports()1644 export_index++; in ProcessExports()
860 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoLdaModuleVariable() local861 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoLdaModuleVariable()903 Node* export_index = __ IntPtrSub(cell_index, __ IntPtrConstant(1)); in DoStaModuleVariable() local904 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index); in DoStaModuleVariable()