Searched refs:SetDexFiles (Results 1 – 6 of 6) sorted by relevance
67 void SetDexFiles(const std::vector<const DexFile*>* dex_files) { in SetDexFiles() function
84 void SetDexFiles(const std::vector<const DexFile*>& dex_files);
627 void DexToDexCompiler::SetDexFiles(const std::vector<const DexFile*>& dex_files) { in SetDexFiles() function in art::optimizer::DexToDexCompiler
62 compiler_driver_->dex_to_dex_compiler_.SetDexFiles(dex_files); in SetDexFilesForOatFile()
1852 callbacks_->SetDexFiles(&dex_files); in CompileDexFiles()
851 dex_to_dex_compiler_.SetDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PreCompile()