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

Unified Diff: runtime/vm/method_recognizer.h

Issue 490263002: Adds intrinsics for array allocation and string charAt. (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 39452)
+++ runtime/vm/method_recognizer.h (working copy)
@@ -165,6 +165,7 @@
V(_Double, get:isNegative, Double_getIsNegative, 1637875580) \
V(_Double, _mulFromInteger, Double_mulFromInteger, 1594796483) \
V(_Double, .fromInteger, Double_fromInteger, 999771940) \
+ V(_List, ., ObjectArrayAllocate, 1595327584) \
V(_List, get:length, ObjectArrayLength, 1181352729) \
V(_List, [], ObjectArrayGetIndexed, 795612476) \
V(_List, []=, ObjectArraySetIndexed, 1288827575) \
@@ -183,6 +184,7 @@
V(_StringBase, get:isEmpty, StringBaseIsEmpty, 49873871) \
V(_StringBase, get:length, StringBaseLength, 784399628) \
V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 397735324) \
+ V(_StringBase, [], StringBase_charAt, 1512210677) \
V(_OneByteString, get:hashCode, OneByteString_getHashCode, 1111837929) \
V(_OneByteString, _substringUncheckedNative, \
OneByteString_substringUnchecked, 1527498975) \
« 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