Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.cc426 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro
427 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()
428 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
429 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() macro
430 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()
431 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
Dcounters.h1005 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro
1006 FOR_EACH_GC_COUNTER(CALL_RUNTIME_COUNTER)
1007 #undef CALL_RUNTIME_COUNTER
1008 #define CALL_RUNTIME_COUNTER(name) k##name, macro
1009 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER)
1010 #undef CALL_RUNTIME_COUNTER
1011 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro
1012 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER)
1013 #undef CALL_RUNTIME_COUNTER