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

Unified Diff: runtime/vm/method_recognizer.h

Issue 502953002: Implement native _List. constructor in the flow-graph builder. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 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_x64.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
===================================================================
--- runtime/vm/method_recognizer.h (revision 39516)
+++ runtime/vm/method_recognizer.h (working copy)
@@ -16,6 +16,7 @@
V(::, identical, ObjectIdentical, 496869842) \
V(ClassID, getID, ClassIDgetID, 1322490980) \
V(Object, Object., ObjectConstructor, 1066669787) \
+ V(_List, ., ObjectArrayAllocate, 1595327584) \
V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 1541411498) \
V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 1032404349) \
V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 381073990) \
@@ -162,7 +163,6 @@
V(_Double, get:isNegative, Double_getIsNegative, 1637875580) \
V(_Double, _mulFromInteger, Double_mulFromInteger, 1594796483) \
V(_Double, .fromInteger, DoubleFromInteger, 999771940) \
- V(_List, ., ObjectArrayAllocate, 1595327584) \
V(_List, get:length, ObjectArrayLength, 1181352729) \
V(_List, [], ObjectArrayGetIndexed, 795612476) \
V(_List, []=, ObjectArraySetIndexed, 1288827575) \
@@ -297,6 +297,7 @@
V(ListIterator, moveNext, ListIteratorMoveNext, 210829138) \
V(_GrowableList, get:iterator, GrowableArrayIterator, 1812933946) \
V(_GrowableList, forEach, GrowableArrayForEach, 2085943947) \
+ V(_List, ., ObjectArrayAllocate, 1595327584) \
V(_List, [], ObjectArrayGetIndexed, 795612476) \
V(_List, []=, ObjectArraySetIndexed, 1288827575) \
V(_List, get:isEmpty, ObjectArrayIsEmpty, 2130247737) \
« no previous file with comments | « runtime/vm/intrinsifier_x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698