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

Unified Diff: runtime/vm/method_recognizer.h

Issue 1372863003: VM: Add uint32 array intrinsics. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « runtime/vm/intrinsifier.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
index a931290e30da55dec2a59fa96d0ef985706ed777..5e8e5763d091ad8e4fb48ce63cb5cd4caeaaf7ce 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -130,8 +130,6 @@ namespace dart {
V(_Uint16Array, []=, Uint16ArraySetIndexed, 1594961463) \
V(_Int32Array, [], Int32ArrayGetIndexed, 2052925823) \
V(_Int32Array, []=, Int32ArraySetIndexed, 504626978) \
- V(_Uint32Array, [], Uint32ArrayGetIndexed, 1034114777) \
- V(_Uint32Array, []=, Uint32ArraySetIndexed, 918159348) \
V(_Int64Array, [], Int64ArrayGetIndexed, 297668331) \
V(_Int64Array, []=, Int64ArraySetIndexed, 36465128) \
V(_Float32x4Array, [], Float32x4ArrayGetIndexed, 35821240) \
@@ -278,6 +276,8 @@ namespace dart {
V(_Uint8Array, []=, Uint8ArraySetIndexed, 447309008) \
V(_ExternalUint8Array, [], ExternalUint8ArrayGetIndexed, 1293647140) \
V(_ExternalUint8Array, []=, ExternalUint8ArraySetIndexed, 1593599192) \
+ V(_Uint32Array, [], Uint32ArrayGetIndexed, 1034114777) \
+ V(_Uint32Array, []=, Uint32ArraySetIndexed, 918159348) \
V(_Float64Array, []=, Float64ArraySetIndexed, 887301703) \
V(_Float64Array, [], Float64ArrayGetIndexed, 1959896670) \
V(_TypedList, get:length, TypedDataLength, 522684521) \
« no previous file with comments | « runtime/vm/intrinsifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698