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

Unified Diff: runtime/vm/intermediate_language.h

Issue 160613002: Inline polymorphic typed array view stores (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/flow_graph_optimizer.cc ('k') | tests/language/vm/typed_data_polymorphic_view_test.dart » ('j') | 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 17272be4aa22e33d93c45e30c40114d79efecec4..cfd4c560e347ad5fb632809c11097de978d6ee20 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -193,6 +193,16 @@ class Range;
V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1356392173) \
V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 1239681356) \
V(_TypedList, _getInt32x4, ByteArrayBaseGetInt32x4, 163795162) \
+ V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 1793798234) \
+ V(_TypedList, _setUint8, ByteArrayBaseSetInt8, 67253374) \
+ V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 10467750) \
+ V(_TypedList, _setUint16, ByteArrayBaseSetInt16, 1596986894) \
+ V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 868037529) \
+ V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 1776345006) \
+ V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 1807927533) \
+ V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 399659907) \
+ V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 1612092224) \
+ V(_TypedList, _setInt32x4, ByteArrayBaseSetInt32x4, 74799321) \
// Class that recognizes the name and owner of a function and returns the
// corresponding enum. See RECOGNIZED_LIST above for list of recognizable
« no previous file with comments | « runtime/vm/flow_graph_optimizer.cc ('k') | tests/language/vm/typed_data_polymorphic_view_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698