Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: runtime/vm/method_recognizer.h

Issue 2965723002: VM: Reland Inline instance object hash code into object header on 64bit. (Closed)
Patch Set: Fix snapshot incompatibility that sank Flutter Gallery Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) \

Powered by Google App Engine
This is Rietveld 408576698