Chromium Code Reviews| Index: runtime/vm/method_recognizer.h |
| =================================================================== |
| --- runtime/vm/method_recognizer.h (revision 39516) |
| +++ runtime/vm/method_recognizer.h (working copy) |
| @@ -336,6 +336,7 @@ |
| V(::, sin, MathSin, 1741396147) \ |
| V(::, sqrt, MathSqrt, 101545548) \ |
| V(::, tan, MathTan, 982072809) \ |
| + V(Lists, copy, ListsCopy, 902244797) |
| // A list of core functions that internally dispatch based on received id. |