| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index 469bb69aab460671d627a344604f8ef98eaef693..ba0e43802fb178a90f5430336d63119c5ecefef8 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -188,6 +188,7 @@ namespace dart {
|
| V(_StringBase, get:hashCode, String_getHashCode, 2103025405) \
|
| V(_StringBase, get:isEmpty, StringBaseIsEmpty, 780870414) \
|
| V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 397735324) \
|
| + V(_StringBase, _substringMatches, StringBaseSubstringMatches, 347814979) \
|
| V(_StringBase, [], StringBaseCharAt, 408544820) \
|
| V(_OneByteString, get:hashCode, OneByteString_getHashCode, 1111957093) \
|
| V(_OneByteString, _substringUncheckedNative, \
|
|
|