| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 9281537c1eca5ad2a27087f2dd333f96de6799d2..921285b0d228c8d023038e2422e9772d735135b3 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -377,6 +377,12 @@ class LCodeGen BASE_EMBEDDED {
|
| };
|
|
|
| void EnsureSpaceForLazyDeopt();
|
| + void DoLoadKeyedExternalArray(LLoadKeyed* instr);
|
| + void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
|
| + void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
| + void DoStoreKeyedExternalArray(LStoreKeyed* instr);
|
| + void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
|
| + void DoStoreKeyedFixedArray(LStoreKeyed* instr);
|
|
|
| Zone* zone_;
|
| LPlatformChunk* const chunk_;
|
|
|