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

Unified Diff: runtime/vm/intrinsifier.h

Issue 23542041: Make "as" a built-in identifier aka pseudo keyword (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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/intermediate_language.h ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
===================================================================
--- runtime/vm/intrinsifier.h (revision 27438)
+++ runtime/vm/intrinsifier.h (working copy)
@@ -33,17 +33,17 @@
V(_Double, .fromInteger, Double_fromInteger, 475441744) \
V(_ObjectArray, ., ObjectArray_Allocate, 1930677134) \
V(_ObjectArray, get:length, Array_getLength, 259323113) \
- V(_ObjectArray, [], Array_getIndexed, 93386978) \
- V(_ObjectArray, []=, Array_setIndexed, 1296046137) \
+ V(_ObjectArray, [], Array_getIndexed, 1353366945) \
+ V(_ObjectArray, []=, Array_setIndexed, 1492559642) \
V(_GrowableObjectArray, .withData, GrowableArray_Allocate, 1012992871) \
V(_GrowableObjectArray, get:length, GrowableArray_getLength, 1160357614) \
V(_GrowableObjectArray, get:_capacity, GrowableArray_getCapacity, 1509781988)\
- V(_GrowableObjectArray, [], GrowableArray_getIndexed, 500679426) \
- V(_GrowableObjectArray, []=, GrowableArray_setIndexed, 211112998) \
+ V(_GrowableObjectArray, [], GrowableArray_getIndexed, 1760659393) \
+ V(_GrowableObjectArray, []=, GrowableArray_setIndexed, 407626503) \
V(_GrowableObjectArray, _setLength, GrowableArray_setLength, 1922121178) \
V(_GrowableObjectArray, _setData, GrowableArray_setData, 236295352) \
V(_GrowableObjectArray, add, GrowableArray_add, 1442410650) \
- V(_ImmutableArray, [], ImmutableArray_getIndexed, 894753724) \
+ V(_ImmutableArray, [], ImmutableArray_getIndexed, 7250043) \
V(_ImmutableArray, get:length, ImmutableArray_getLength, 1341942416) \
V(Object, ==, Object_equal, 677817295) \
V(_StringBase, get:hashCode, String_getHashCode, 654483446) \
« no previous file with comments | « runtime/vm/intermediate_language.h ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698