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

Unified Diff: runtime/vm/method_recognizer.h

Issue 2968003004: Revert "The current growth strategy for growable arrays allocates a backing array of size 2 at (emp… (Closed)
Patch Set: Created 3 years, 5 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/gc_sweeper.cc ('k') | runtime/vm/mirrors_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
index 3962678696ce8a1312f9f5102c9386c8cbca0866..cf4e4cf7b643e37fb869e860f02104987eb98d6c 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -168,7 +168,7 @@ namespace dart {
V(_List, []=, ObjectArraySetIndexed, Dynamic, 0x51691f4c) \
V(_GrowableList, .withData, GrowableArray_Allocate, GrowableObjectArray, \
0x3468a26f) \
- V(_GrowableList, add, GrowableArray_add, Dynamic, 0x1ce3b4f8) \
+ V(_GrowableList, add, GrowableArray_add, Dynamic, 0x19eaa9aa) \
V(_RegExp, _ExecuteMatch, RegExp_ExecuteMatch, Dynamic, 0x380184b1) \
V(_RegExp, _ExecuteMatchSticky, RegExp_ExecuteMatchSticky, Dynamic, \
0x79b8f955) \
@@ -380,7 +380,7 @@ namespace dart {
V(_TypedList, get:length, TypedDataLength, 0x20915079) \
V(_GrowableList, get:length, GrowableArrayLength, 0x18dd1255) \
V(_GrowableList, get:_capacity, GrowableArrayCapacity, 0x2e044a01) \
- V(_GrowableList, add, GrowableListAdd, 0x1ce3b4f8) \
+ V(_GrowableList, add, GrowableListAdd, 0x19eaa9aa) \
V(_GrowableList, removeLast, GrowableListRemoveLast, 0x3daaaca4) \
V(_StringBase, get:length, StringBaseLength, 0x2a2c8f72) \
V(ListIterator, moveNext, ListIteratorMoveNext, 0x7ead154d) \
@@ -560,7 +560,7 @@ class MethodRecognizer : public AllStatic {
V(_GrowableListWithData, _GrowableList, .withData, kGrowableObjectArrayCid, \
0x3468a26f) \
V(_GrowableListFactory, _GrowableList, ., kGrowableObjectArrayCid, \
- 0x7c4346ab) \
+ 0x3bd724aa) \
V(_Int8ArrayFactory, Int8List, ., kTypedDataInt8ArrayCid, 0x165876c2) \
V(_Uint8ArrayFactory, Uint8List, ., kTypedDataUint8ArrayCid, 0x52988118) \
V(_Uint8ClampedArrayFactory, Uint8ClampedList, ., \
« no previous file with comments | « runtime/vm/gc_sweeper.cc ('k') | runtime/vm/mirrors_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698