| Index: src/compiler/opcodes.h
|
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
|
| index f30522df445c7a7716edb4330e3373f2b130d211..ccdec4d215f1ba75c825a752ce82ccdc7edd1289 100644
|
| --- a/src/compiler/opcodes.h
|
| +++ b/src/compiler/opcodes.h
|
| @@ -158,8 +158,10 @@
|
| V(ChangeBoolToBit) \
|
| V(ChangeBitToBool) \
|
| V(LoadField) \
|
| + V(LoadBuffer) \
|
| V(LoadElement) \
|
| V(StoreField) \
|
| + V(StoreBuffer) \
|
| V(StoreElement) \
|
| V(ObjectIsSmi) \
|
| V(ObjectIsNonNegativeSmi)
|
| @@ -232,7 +234,9 @@
|
| V(Float64Ceil) \
|
| V(Float64RoundTruncate) \
|
| V(Float64RoundTiesAway) \
|
| - V(LoadStackPointer)
|
| + V(LoadStackPointer) \
|
| + V(CheckedLoad) \
|
| + V(CheckedStore)
|
|
|
| #define VALUE_OP_LIST(V) \
|
| COMMON_OP_LIST(V) \
|
|
|