| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index 1e0a4bc86f66388592f2137987e0ffd35940e20b..a744c9b54aadab1e06275166788812c314c8258f 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -346,7 +346,14 @@ namespace dart {
|
| V(::, _isDartStreamEnabled, Timeline_isDartStreamEnabled, Dynamic, \
|
| 0x72f13f7a) \
|
|
|
| +#define ASYNC_LIB_INTRINSIC_LIST(V) \
|
| + V(::, _clearAsyncThreadStackTrace, ClearAsyncThreadStackTrace, \
|
| + Dynamic, 0x2d287286) \
|
| + V(::, _setAsyncThreadStackTrace, SetAsyncThreadStackTrace, \
|
| + Dynamic, 0x1d12fcc8)
|
| +
|
| #define ALL_INTRINSICS_NO_INTEGER_LIB_LIST(V) \
|
| + ASYNC_LIB_INTRINSIC_LIST(V) \
|
| CORE_LIB_INTRINSIC_LIST(V) \
|
| DEVELOPER_LIB_INTRINSIC_LIST(V) \
|
| MATH_LIB_INTRINSIC_LIST(V) \
|
|
|