Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 3c6d1e2391412c6e2e53b0dcf27720f4088ff43d..9d2bce6aea3a6af8ae2699f5f1a20decf3479aa7 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -115,6 +115,10 @@ class CodeFactory final { |
static Callable AllocateHeapNumber(Isolate* isolate); |
static Callable AllocateMutableHeapNumber(Isolate* isolate); |
+#define SIMD128_ALLOC(TYPE, Type, type, lane_count, lane_type) \ |
+ static Callable Allocate##Type(Isolate* isolate); |
+ SIMD128_TYPES(SIMD128_ALLOC) |
+#undef SIMD128_ALLOC |
static Callable AllocateInNewSpace(Isolate* isolate); |
static Callable ArgumentAdaptor(Isolate* isolate); |