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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 25813002: - Rename arrays to lists: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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
Index: runtime/vm/flow_graph_builder.h
===================================================================
--- runtime/vm/flow_graph_builder.h (revision 28179)
+++ runtime/vm/flow_graph_builder.h (working copy)
@@ -20,9 +20,9 @@
// (factory-name-symbol, result-cid, fingerprint).
// TODO(srdjan): Store the values in the snapshot instead.
#define RECOGNIZED_LIST_FACTORY_LIST(V) \
- V(ObjectArrayFactory, kArrayCid, 1558200848) \
- V(GrowableObjectArrayWithData, kGrowableObjectArrayCid, 619965861) \
- V(GrowableObjectArrayFactory, kGrowableObjectArrayCid, 1180134731) \
+ V(_ListFactory, kArrayCid, 1436567945) \
+ V(_GrowableListWithData, kGrowableObjectArrayCid, 461305701) \
+ V(_GrowableListFactory, kGrowableObjectArrayCid, 910639199) \
V(_Int8ArrayFactory, kTypedDataInt8ArrayCid, 810750844) \
V(_Uint8ArrayFactory, kTypedDataUint8ArrayCid, 1246070930) \
V(_Uint8ClampedArrayFactory, kTypedDataUint8ClampedArrayCid, 1882603960) \

Powered by Google App Engine
This is Rietveld 408576698