Index: runtime/vm/method_recognizer.h |
=================================================================== |
--- runtime/vm/method_recognizer.h (revision 41737) |
+++ runtime/vm/method_recognizer.h (working copy) |
@@ -328,7 +328,7 @@ |
V(_List, ., ObjectArrayAllocate, 1595327584) \ |
V(_List, [], ObjectArrayGetIndexed, 795612476) \ |
V(_List, []=, ObjectArraySetIndexed, 1288827575) \ |
- V(_List, get:isEmpty, ObjectArrayIsEmpty, 2130247737) \ |
+ V(ListMixin, get:isEmpty, ListBaseIsEmpty, 2073623625) \ |
V(_List, get:iterator, ObjectArrayIterator, 458612415) \ |
V(_List, forEach, ObjectArrayForEach, 592525445) \ |
V(_List, _slice, ObjectArraySlice, 1891508040) \ |