Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.cc423 #define CALL_BUILTIN_COUNTER(name) "GC_" #name, in RuntimeCallStats() macro
424 FOR_EACH_GC_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()
425 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()
432 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro
433 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()
434 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()
435 #define CALL_BUILTIN_COUNTER(name) "API_" #name, in RuntimeCallStats() macro
436 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) // in RuntimeCallStats()
437 #undef CALL_BUILTIN_COUNTER in RuntimeCallStats()
438 #define CALL_BUILTIN_COUNTER(name) #name, in RuntimeCallStats() macro
[all …]
Dcounters.h1014 #define CALL_BUILTIN_COUNTER(name) kBuiltin_##name, macro
1015 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER)
1016 #undef CALL_BUILTIN_COUNTER
1017 #define CALL_BUILTIN_COUNTER(name) kAPI_##name, macro
1018 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER)
1019 #undef CALL_BUILTIN_COUNTER
1020 #define CALL_BUILTIN_COUNTER(name) kHandler_##name, macro
1021 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER)
1022 #undef CALL_BUILTIN_COUNTER