Searched refs:CALL_RUNTIME_COUNTER (Results 1 – 2 of 2) sorted by relevance
426 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro427 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() macro430 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()431 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
1005 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro1006 FOR_EACH_GC_COUNTER(CALL_RUNTIME_COUNTER)1007 #undef CALL_RUNTIME_COUNTER1008 #define CALL_RUNTIME_COUNTER(name) k##name, macro1009 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER)1010 #undef CALL_RUNTIME_COUNTER1011 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro1012 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER)1013 #undef CALL_RUNTIME_COUNTER