Index: src/ic-arm.cc |
=================================================================== |
--- src/ic-arm.cc (revision 1003) |
+++ src/ic-arm.cc (working copy) |
@@ -502,6 +502,12 @@ |
} |
+// TODO(number here): Implement map patching once loop nesting is |
+// tracked on the ARM platform so we can generate inlined fast-case |
+// code for array indexing in loops. |
+void KeyedLoadIC::PatchInlinedMapCheck(Address address, Object* value) { } |
+ |
+ |
Object* KeyedLoadIC_Miss(Arguments args); |