Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 1f3fa9320213c5d2b6b4463ce723287b251449d7..753390f9030d63daefb47ad1bd66203be20cc039 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -906,12 +906,7 @@ class KeyedStoreStubCompiler: public StoreStubCompiler { |
V(StringCharAt) \ |
V(StringFromCharCode) \ |
V(MathFloor) \ |
- V(MathAbs) \ |
- V(ArrayCode) |
- |
- |
-#define SITE_SPECIFIC_CALL_GENERATORS(V) \ |
- V(ArrayCode) |
+ V(MathAbs) |
class CallStubCompiler: public StubCompiler { |
@@ -968,7 +963,6 @@ class CallStubCompiler: public StubCompiler { |
Handle<Name> name); |
static bool HasCustomCallGenerator(Handle<JSFunction> function); |
- static bool CanBeCached(Handle<JSFunction> function); |
private: |
// Compiles a custom call constant/global IC. For constant calls cell is |