Searched refs:CALL_BUILTIN_COUNTER (Results 1 – 2 of 2) sorted by relevance
423 #define CALL_BUILTIN_COUNTER(name) "GC_" #name, in RuntimeCallStats() macro424 FOR_EACH_GC_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()425 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()432 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro433 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()434 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()435 #define CALL_BUILTIN_COUNTER(name) "API_" #name, in RuntimeCallStats() macro436 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()437 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()438 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro[all …]
1014 #define CALL_BUILTIN_COUNTER(name) kBuiltin_##name, macro1015 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER)1016 #undef CALL_BUILTIN_COUNTER1017 #define CALL_BUILTIN_COUNTER(name) kAPI_##name, macro1018 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER)1019 #undef CALL_BUILTIN_COUNTER1020 #define CALL_BUILTIN_COUNTER(name) kHandler_##name, macro1021 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER)1022 #undef CALL_BUILTIN_COUNTER