| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index be707e6684ca0f120ab75e115ced61b4d08615a6..c6ad791c0aa1cc5cd91651270770c41e4bc74e82 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -293,17 +293,16 @@ namespace dart {
|
| GRAPH_CORE_INTRINSICS_LIST(V) \
|
| GRAPH_TYPED_DATA_INTRINSICS_LIST(V) \
|
|
|
| -#define DEVELOPER_LIB_INTRINSIC_LIST(V) \
|
| - V(_UserTag, makeCurrent, UserTag_makeCurrent, 788201614) \
|
| - V(::, _getDefaultTag, UserTag_defaultTag, 1080704381) \
|
| - V(::, _getCurrentTag, Profiler_getCurrentTag, 2048029229) \
|
| +#define PROFILER_LIB_INTRINSIC_LIST(V) \
|
| + V(_UserTag, makeCurrent, UserTag_makeCurrent, 370414636) \
|
| + V(::, _getDefaultTag, UserTag_defaultTag, 1159885970) \
|
| + V(::, _getCurrentTag, Profiler_getCurrentTag, 1182126114) \
|
|
|
| #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) \
|
|
|