Searched refs:CALL_BUILTIN_COUNTER (Results 1 – 2 of 2) sorted by relevance
134 #define CALL_BUILTIN_COUNTER(name) "GC_" #name, in RuntimeCallStats() macro135 FOR_EACH_GC_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()136 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()143 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro144 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()145 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()146 #define CALL_BUILTIN_COUNTER(name) "API_" #name, in RuntimeCallStats() macro147 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()148 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()149 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro[all …]
560 #define CALL_BUILTIN_COUNTER(name) kBuiltin_##name, macro561 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER)562 #undef CALL_BUILTIN_COUNTER563 #define CALL_BUILTIN_COUNTER(name) kAPI_##name, macro564 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER)565 #undef CALL_BUILTIN_COUNTER566 #define CALL_BUILTIN_COUNTER(name) kHandler_##name, macro567 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER)568 #undef CALL_BUILTIN_COUNTER