Home
last modified time | relevance | path

Searched defs:CALL_RUNTIME_COUNTER (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.h551 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro
554 #define CALL_RUNTIME_COUNTER(name) k##name, macro
557 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro
Druntime-call-stats.cc137 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro
140 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() macro