| Index: src/arm/ic-arm.cc
|
| diff --git a/src/arm/ic-arm.cc b/src/arm/ic-arm.cc
|
| index 7878ecd0c71091f2e055d6d8e553fafb519e96b5..d5a700cd9f91e83f9601dac1a5cd3ee395793da5 100644
|
| --- a/src/arm/ic-arm.cc
|
| +++ b/src/arm/ic-arm.cc
|
| @@ -967,6 +967,14 @@ bool LoadIC::PatchInlinedLoad(Address address, Object* map, int offset) {
|
| }
|
|
|
|
|
| +bool LoadIC::PatchInlinedContextualLoad(Address address,
|
| + Object* map,
|
| + Object* cell) {
|
| + // TODO(<bug#>): implement this.
|
| + return false;
|
| +}
|
| +
|
| +
|
| bool StoreIC::PatchInlinedStore(Address address, Object* map, int offset) {
|
| // Find the end of the inlined code for the store if there is an
|
| // inlined version of the store.
|
|
|