Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc137 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro
138 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()
139 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
140 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() macro
141 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()
142 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
Druntime-call-stats.h551 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro
552 FOR_EACH_GC_COUNTER(CALL_RUNTIME_COUNTER)
553 #undef CALL_RUNTIME_COUNTER
554 #define CALL_RUNTIME_COUNTER(name) k##name, macro
555 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER)
556 #undef CALL_RUNTIME_COUNTER
557 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro
558 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER)
559 #undef CALL_RUNTIME_COUNTER