| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index 33416164c78e8edb95adbef24667ca0d24360bfc..3962678696ce8a1312f9f5102c9386c8cbca0866 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -188,6 +188,8 @@ namespace dart {
|
| 0x604ec475) \
|
| V(_OneByteString, ==, OneByteString_equality, Bool, 0x4719e83f) \
|
| V(_TwoByteString, ==, TwoByteString_equality, Bool, 0x4719e83f) \
|
| + V(::, _getHash, Object_getHash, Smi, 0x2827856d) \
|
| + V(::, _setHash, Object_setHash, Object, 0x302d1fe8) \
|
|
|
|
|
| #define CORE_INTEGER_LIB_INTRINSIC_LIST(V) \
|
|
|