Index: runtime/vm/method_recognizer.h |
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h |
index d62c58858427033143f6190665230c9d4784612e..f9aa935d9386962e7aedaf26757de5e23ff26393 100644 |
--- a/runtime/vm/method_recognizer.h |
+++ b/runtime/vm/method_recognizer.h |
@@ -293,16 +293,17 @@ namespace dart { |
GRAPH_CORE_INTRINSICS_LIST(V) \ |
GRAPH_TYPED_DATA_INTRINSICS_LIST(V) \ |
-#define PROFILER_LIB_INTRINSIC_LIST(V) \ |
- V(_UserTag, makeCurrent, UserTag_makeCurrent, 370414636) \ |
- V(::, _getDefaultTag, UserTag_defaultTag, 1159885970) \ |
- V(::, _getCurrentTag, Profiler_getCurrentTag, 1182126114) \ |
+#define DEVELOPER_LIB_INTRINSIC_LIST(V) \ |
+ V(_UserTag, makeCurrent, UserTag_makeCurrent, 788201614) \ |
+ V(::, _getDefaultTag, UserTag_defaultTag, 1080704381) \ |
+ V(::, _getCurrentTag, Profiler_getCurrentTag, 2048029229) \ |
#define ALL_INTRINSICS_NO_INTEGER_LIB_LIST(V) \ |
CORE_LIB_INTRINSIC_LIST(V) \ |
+ DEVELOPER_LIB_INTRINSIC_LIST(V) \ |
MATH_LIB_INTRINSIC_LIST(V) \ |
TYPED_DATA_LIB_INTRINSIC_LIST(V) \ |
- PROFILER_LIB_INTRINSIC_LIST(V) |
+ |
#define ALL_INTRINSICS_LIST(V) \ |
ALL_INTRINSICS_NO_INTEGER_LIB_LIST(V) \ |