| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index 18c3e3d7d98a2795ba22db2faccd00ce5eb417f6..02e9dae948ba076210df79eef34b8d09098bef45 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -301,6 +301,7 @@ namespace dart {
|
| V(_GrowableList, [], GrowableArrayGetIndexed, 1962926024) \
|
| V(_GrowableList, []=, GrowableArraySetIndexed, 457344024) \
|
| V(_StringBase, get:length, StringBaseLength, 784518792) \
|
| + V(_Double, unary-, DoubleFlipSignBit, 2107492213)
|
|
|
| #define GRAPH_INTRINSICS_LIST(V) \
|
| GRAPH_CORE_INTRINSICS_LIST(V) \
|
|
|