Home
last modified time | relevance | path

Searched refs:CALL_BUILTIN_COUNTER (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc134 #define CALL_BUILTIN_COUNTER(name) "GC_" #name, in RuntimeCallStats() macro
135 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() macro
144 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() macro
147 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 …]
Druntime-call-stats.h560 #define CALL_BUILTIN_COUNTER(name) kBuiltin_##name, macro
561 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER)
562 #undef CALL_BUILTIN_COUNTER
563 #define CALL_BUILTIN_COUNTER(name) kAPI_##name, macro
564 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER)
565 #undef CALL_BUILTIN_COUNTER
566 #define CALL_BUILTIN_COUNTER(name) kHandler_##name, macro
567 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER)
568 #undef CALL_BUILTIN_COUNTER