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

Unified Diff: runtime/vm/method_recognizer.h

Issue 744853003: Integrate the Irregexp Regular Expression Engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix clang and win build Created 6 years, 1 month 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/intrinsifier_x64.cc ('k') | runtime/vm/object.h » ('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 c6d3f21206b530ad11c6c1df3fbf8b392ada5b8d..e4506e78f98ccc196c6ad83f5f9e53cf7d3047e7 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -184,6 +184,7 @@ namespace dart {
V(_GrowableList, _setLength, GrowableArraySetLength, 1832199634) \
V(_GrowableList, _setData, GrowableArraySetData, 1722254196) \
V(_GrowableList, add, GrowableArray_add, 422087403) \
+ V(_JSSyntaxRegExp, _ExecuteMatch, JSRegExp_ExecuteMatch, 1654250896) \
V(Object, ==, ObjectEquals, 1955975370) \
V(_StringBase, get:hashCode, String_getHashCode, 2102936032) \
V(_StringBase, get:isEmpty, StringBaseIsEmpty, 769493198) \
@@ -320,6 +321,8 @@ namespace dart {
V(_ImmutableList, get:length, ImmutableArrayLength, 274947518) \
V(_TypedList, get:length, TypedDataLength, 522595148) \
V(_GrowableList, get:length, GrowableArrayLength, 778534898) \
+ V(_GrowableList, add, GrowableListAdd, 422087403) \
+ V(_GrowableList, removeLast, GrowableListRemoveLast, 1285719639) \
V(_StringBase, get:length, StringBaseLength, 784429419) \
V(ListIterator, moveNext, ListIteratorMoveNext, 1001265875) \
V(_FixedSizeArrayIterator, moveNext, FixedListIteratorMoveNext, 890839431) \
« no previous file with comments | « runtime/vm/intrinsifier_x64.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698