Lines Matching refs:driver
65 void Compile(CompilerDriver* driver,
143 inline void CompilationHelper::Compile(CompilerDriver* driver, in Compile() argument
213 std::unique_ptr<ImageWriter> writer(new ImageWriter(*driver, in Compile()
226 driver->SetDexFilesForOatFile(class_path); in Compile()
227 driver->CompileAll(class_loader, class_path, &timings); in Compile()
244 elf_writers.emplace_back(CreateElfWriterQuick(driver->GetInstructionSet(), in Compile()
245 driver->GetInstructionSetFeatures(), in Compile()
246 &driver->GetCompilerOptions(), in Compile()
274 driver->GetInstructionSet(), in Compile()
275 driver->GetInstructionSetFeatures(), in Compile()
301 MultiOatRelativePatcher patcher(driver->GetInstructionSet(), in Compile()
302 driver->GetInstructionSetFeatures()); in Compile()
306 oat_writer->Initialize(driver, writer.get(), cur_dex_files); in Compile()