Index: src/mips64/code-stubs-mips64.cc |
diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc |
index 0f83a613c162fb93c71d0dee56b2dcbd051a6dd6..27a08cfc96cb45e2c34724b66c06a2e6b06c2d28 100644 |
--- a/src/mips64/code-stubs-mips64.cc |
+++ b/src/mips64/code-stubs-mips64.cc |
@@ -1003,6 +1003,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) { |
StoreRegistersStateStub::GenerateAheadOfTime(isolate); |
RestoreRegistersStateStub::GenerateAheadOfTime(isolate); |
BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate); |
+ StoreFastElementStub::GenerateAheadOfTime(isolate); |
} |