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

Unified Diff: runtime/vm/intermediate_language.h

Issue 197873005: Recognize _TypedListBase._cid native. Use Lists.copy instead of native _setRange if list is small. … (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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_builder.cc ('k') | 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
===================================================================
--- runtime/vm/intermediate_language.h (revision 33621)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -41,6 +41,7 @@
V(Object, ==, ObjectEquals, 1068471689) \
V(Object, Object., ObjectConstructor, 1058615085) \
V(Object, get:_cid, ObjectCid, 1498751301) \
+ V(_TypedListBase, get:_cid, TypedListBaseCid, 1938244762) \
V(_List, get:length, ObjectArrayLength, 215183186) \
V(_ImmutableList, get:length, ImmutableArrayLength, 578762861) \
V(_TypedList, get:length, TypedDataLength, 26646119) \
« no previous file with comments | « runtime/vm/flow_graph_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698