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/
H A Druntime-call-stats.h551 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro
553 #undef CALL_RUNTIME_COUNTER macro
554 #define CALL_RUNTIME_COUNTER(name) k##name, macro
556 #undef CALL_RUNTIME_COUNTER macro
557 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro
559 #undef CALL_RUNTIME_COUNTER macro
H A Druntime-call-stats.cc137 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro
139 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats() macro
140 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() macro
142 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats() macro

Completed in 3 milliseconds