Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 3add38486fb6e313426fff4696f76a5e0b669e83..2426cf0649dc4e06a01495fdd33b5930f7355b49 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -33,7 +33,9 @@ class CodeFactory FINAL { |
public: |
// Initial states for ICs. |
static Callable LoadIC(Isolate* isolate, ContextualMode mode); |
+ static Callable LoadICInOptimizedCode(Isolate* isolate, ContextualMode mode); |
static Callable KeyedLoadIC(Isolate* isolate); |
+ static Callable KeyedLoadICInOptimizedCode(Isolate* isolate); |
static Callable StoreIC(Isolate* isolate, StrictMode mode); |
static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode); |