| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 65b39801636ead85ccb543ea922ad48851376e85..e068f14b5ad94c833b5b17a3019a00846ada9e14 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -335,6 +335,12 @@ class LCodeGen BASE_EMBEDDED {
|
| };
|
|
|
| void EnsureSpaceForLazyDeopt(int space_needed);
|
| + 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_;
|
|
|