Searched refs:SetDexFilesForOatFile (Results 1 – 8 of 8) sorted by relevance
47 compiler_driver_->SetDexFilesForOatFile(GetDexFiles(class_loader)); in CompileAll()
49 compiler_driver_->SetDexFilesForOatFile(dex_files_);; in CompileAll()387 compiler_driver_->SetDexFilesForOatFile(dex_files); in TEST_F()
112 void SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files);
3021 void CompilerDriver::SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files) { in SetDexFilesForOatFile() function in art::CompilerDriver
406 compiler_driver_->SetDexFilesForOatFile(class_linker->GetBootClassPath()); in TEST_F()545 compiler_driver_->SetDexFilesForOatFile(dex_files); in TEST_F()
226 driver->SetDexFilesForOatFile(class_path); in Compile()
131 compiler_driver_->SetDexFilesForOatFile(dex_files_); in LoadDexFile()
1879 driver_->SetDexFilesForOatFile(dex_files_); in Compile()