Home
last modified time | relevance | path

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

/external/v8/src/logging/
Dcounters.cc440 #define CALL_BUILTIN_COUNTER(name) "GC_" #name, in RuntimeCallStats() macro
441 FOR_EACH_GC_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()
442 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()
449 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro
450 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()
451 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()
452 #define CALL_BUILTIN_COUNTER(name) "API_" #name, in RuntimeCallStats() macro
453 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()
454 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()
455 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro
[all …]
Dcounters.h1104 #define CALL_BUILTIN_COUNTER(name) kBuiltin_##name, macro
1105 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) //
1106 #undef CALL_BUILTIN_COUNTER
1107 #define CALL_BUILTIN_COUNTER(name) kAPI_##name, macro
1108 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) //
1109 #undef CALL_BUILTIN_COUNTER
1110 #define CALL_BUILTIN_COUNTER(name) kHandler_##name, macro
1111 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER) //
1112 #undef CALL_BUILTIN_COUNTER