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

Unified Diff: runtime/vm/intermediate_language.h

Issue 345223003: Add VM internal Dart class 'ClassID' used to manage class-ids of known classes. Next CL: add consta… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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') | runtime/vm/intermediate_language.cc » ('j') | 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 37566)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -39,10 +39,9 @@
// See intrinsifier for fingerprint computation.
#define RECOGNIZED_LIST(V) \
V(::, identical, ObjectIdentical, 496869842) \
+ V(ClassID, getID, ClassIDgetID, 1322490980) \
V(Object, ==, ObjectEquals, 1068471689) \
V(Object, Object., ObjectConstructor, 1066669787) \
- V(Object, get:_cid, ObjectCid, 1771959715) \
- V(_TypedListBase, get:_cid, TypedListBaseCid, 1438451377) \
V(_List, get:length, ObjectArrayLength, 1181352729) \
V(_List, _List., ObjectArrayConstructor, 1595327584) \
V(_ImmutableList, get:length, ImmutableArrayLength, 274917727) \
@@ -75,7 +74,7 @@
V(_StringBase, get:isEmpty, StringBaseIsEmpty, 49873871) \
V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 397735324) \
V(_StringBase, [], StringBaseCharAt, 1512210677) \
- V(_StringBase, _interpolate, StringBaseInterpolate, 172499441) \
+ V(_StringBase, _interpolate, StringBaseInterpolate, 2001502149) \
V(_OneByteString, _setAt, OneByteStringSetAt, 468605749) \
V(_IntegerImplementation, toDouble, IntegerToDouble, 1084977108) \
V(_IntegerImplementation, _leftShiftWithMask32, IntegerLeftShiftWithMask32, \
« no previous file with comments | « runtime/vm/flow_graph_builder.cc ('k') | runtime/vm/intermediate_language.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698