Searched refs:CALL_BUILTIN_COUNTER (Results 1 – 2 of 2) sorted by relevance
440 #define CALL_BUILTIN_COUNTER(name) "GC_" #name, in RuntimeCallStats() macro441 FOR_EACH_GC_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()442 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()449 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro450 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()451 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()452 #define CALL_BUILTIN_COUNTER(name) "API_" #name, in RuntimeCallStats() macro453 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()454 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()455 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro[all …]
1104 #define CALL_BUILTIN_COUNTER(name) kBuiltin_##name, macro1105 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) //1106 #undef CALL_BUILTIN_COUNTER1107 #define CALL_BUILTIN_COUNTER(name) kAPI_##name, macro1108 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) //1109 #undef CALL_BUILTIN_COUNTER1110 #define CALL_BUILTIN_COUNTER(name) kHandler_##name, macro1111 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER) //1112 #undef CALL_BUILTIN_COUNTER