Index: runtime/vm/method_recognizer.h |
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h |
index a3e0edaff1e375cd19cfec4c9479f4ba4e91776c..917e6ac461a806669b5ce3832547952683100b6c 100644 |
--- a/runtime/vm/method_recognizer.h |
+++ b/runtime/vm/method_recognizer.h |
@@ -149,6 +149,7 @@ namespace dart { |
#define CORE_LIB_INTRINSIC_LIST(V) \ |
V(_Smi, ~, Smi_bitNegate, 1673522705) \ |
V(_Smi, get:bitLength, Smi_bitLength, 632480332) \ |
+ V(_Smi, _bitAndFromSmi, Smi_bitAndFromSmi, 2105491904) \ |
V(_Bigint, _lsh, Bigint_lsh, 834311957) \ |
V(_Bigint, _rsh, Bigint_rsh, 333337658) \ |
V(_Bigint, _absAdd, Bigint_absAdd, 473436659) \ |