Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 65bf2c0dfc838f4afae702cb8ffd29b70c2f9713..b1a1b6a486ad995e0dcb7b860e99c645afa04f73 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -95,6 +95,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); |