Searched refs:CALL_RUNTIME_COUNTER (Results 1 – 2 of 2) sorted by relevance
137 #define CALL_RUNTIME_COUNTER(name) #name, in RuntimeCallStats() macro138 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()139 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()140 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) #name, in RuntimeCallStats() macro141 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) // in RuntimeCallStats()142 #undef CALL_RUNTIME_COUNTER in RuntimeCallStats()
551 #define CALL_RUNTIME_COUNTER(name) kGC_##name, macro552 FOR_EACH_GC_COUNTER(CALL_RUNTIME_COUNTER)553 #undef CALL_RUNTIME_COUNTER554 #define CALL_RUNTIME_COUNTER(name) k##name, macro555 FOR_EACH_MANUAL_COUNTER(CALL_RUNTIME_COUNTER)556 #undef CALL_RUNTIME_COUNTER557 #define CALL_RUNTIME_COUNTER(name, nargs, ressize) kRuntime_##name, macro558 FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER)559 #undef CALL_RUNTIME_COUNTER