Home
last modified time | relevance | path

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

/external/v8/src/logging/
Dcounters.cc443 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro
444 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()
445 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
446 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() macro
447 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()
448 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
Dcounters.h1095 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro
1096 FOR_EACH_GC_COUNTER(CALL_RUNTIME_COUNTER) //
1097 #undef CALL_RUNTIME_COUNTER
1098 #define CALL_RUNTIME_COUNTER(name) k##name, macro
1099 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER) //
1100 #undef CALL_RUNTIME_COUNTER
1101 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro
1102 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) //
1103 #undef CALL_RUNTIME_COUNTER