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

Unified Diff: runtime/vm/intermediate_language.h

Issue 13875007: Yet another couple (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index af79913479bc56af5f5f8e8e8947294d7cf7e6b0..d6910320d15f6cc573d0cf2b821ea6886080cfe3 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -46,7 +46,7 @@ class Range;
V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 728842615) \
V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 1067360925) \
V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1067360925) \
- V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 690339584) \
+ V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 279982060) \
V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 427754869) \
V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 427754869) \
V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 427754869) \
@@ -55,7 +55,7 @@ class Range;
V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 427754869) \
V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 637235443) \
V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 637235443) \
- V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 1016704782) \
+ V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 780994886) \
V(_GrowableObjectArray, get:length, GrowableArrayLength, 725548050) \
V(_GrowableObjectArray, get:_capacity, GrowableArrayCapacity, 725548050) \
V(_StringBase, get:length, StringBaseLength, 320803993) \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698