Lines Matching defs:Scratch
62 Scratch(std::make_unique<ScratchSpace>()) {}
101 BenchmarkRunner::ScratchSpace *Scratch,
110 new InProcessFunctionExecutorImpl(State, std::move(*EF), Scratch));
116 BenchmarkRunner::ScratchSpace *Scratch)
117 : State(State), Function(std::move(Function)), Scratch(Scratch) {}
132 char *const ScratchPtr = Scratch->ptr();
140 Scratch->clear();
179 BenchmarkRunner::ScratchSpace *const Scratch;
674 State, std::move(ObjectFile), Scratch.get(), BenchmarkProcessCPU);