| Index: src/ic-arm.cc
|
| ===================================================================
|
| --- src/ic-arm.cc (revision 1755)
|
| +++ src/ic-arm.cc (working copy)
|
| @@ -507,6 +507,8 @@
|
| // 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.
|
| +bool KeyedLoadIC::HasInlinedVersion(Address address) { return false; }
|
| +void KeyedLoadIC::ClearInlinedVersion(Address address) { }
|
| void KeyedLoadIC::PatchInlinedMapCheck(Address address, Object* value) { }
|
|
|
|
|
|
|