Lines Matching refs:Run
191 static void Run(benchmark::State& state, size_t (*func)(void*), void* data)
218 Run(state, UnwinderLocal, &data);
234 Run(state, UnwinderLocal, &data);
250 Run(state, UnwinderLocal, &data);
266 Run(state, UnwinderLocal, &data);
282 Run(state, UnwinderLocal, &data);
299 Run(state, UnwinderLocal, &data);
318 Run(state, UnwinderLocal, &data);
338 Run(state, UnwinderLocal, &data);
353 Run(state, UnwinderLocalFp, &data);
368 Run(state, UnwinderLocalFp, &data);
381 Run(state, FpUnwinderLocal, &data);
394 Run(state, FpUnwinderLocal, &data);
407 Run(state, FpUnwinderLocalSafe, &data);
420 Run(state, FpUnwinderLocalSafe, &data);