Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.cc315 #define CALL_BUILTIN_COUNTER(name) &RuntimeCallStats::Builtin_##name, macro
316 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) //
317 #undef CALL_BUILTIN_COUNTER
318 #define CALL_BUILTIN_COUNTER(name) &RuntimeCallStats::API_##name, macro
319 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER) //
320 #undef CALL_BUILTIN_COUNTER
321 #define CALL_BUILTIN_COUNTER(name) &RuntimeCallStats::Handler_##name, macro
322 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER)
323 #undef CALL_BUILTIN_COUNTER
Dcounters.h835 #define CALL_BUILTIN_COUNTER(name) \ macro
837 BUILTIN_LIST_C(CALL_BUILTIN_COUNTER)
838 #undef CALL_BUILTIN_COUNTER
839 #define CALL_BUILTIN_COUNTER(name) \ macro
841 FOR_EACH_API_COUNTER(CALL_BUILTIN_COUNTER)
842 #undef CALL_BUILTIN_COUNTER
843 #define CALL_BUILTIN_COUNTER(name) \ macro
845 FOR_EACH_HANDLER_COUNTER(CALL_BUILTIN_COUNTER)
846 #undef CALL_BUILTIN_COUNTER