Chromium Code Reviews| Index: src/ic-arm.cc |
| =================================================================== |
| --- src/ic-arm.cc (revision 1032) |
| +++ src/ic-arm.cc (working copy) |
| @@ -502,6 +502,12 @@ |
| } |
| +// TODO(181): 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); |