| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index 38c5255a4be3d21b94802293590e28a62d50a0db..7363eb8efe26f0fd9b5fb47721d3c7c01fe5ca6d 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -376,6 +376,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_;
|
|
|