Searched refs:CALL_RUNTIME_COUNTER (Results 1 – 2 of 2) sorted by relevance
443 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro444 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()445 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()446 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() macro447 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()448 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
1095 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro1096 FOR_EACH_GC_COUNTER(CALL_RUNTIME_COUNTER) //1097 #undef CALL_RUNTIME_COUNTER1098 #define CALL_RUNTIME_COUNTER(name) k##name, macro1099 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER) //1100 #undef CALL_RUNTIME_COUNTER1101 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro1102 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) //1103 #undef CALL_RUNTIME_COUNTER