Searched refs:SetDexFiles (Results 1 – 7 of 7) 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
56 unwinder_.SetDexFiles(&dex_, unwindstack::Regs::CurrentArch()); in UnwindHelper()
62 compiler_driver_->dex_to_dex_compiler_.SetDexFiles(dex_files); in SetDexFilesForOatFile()
2139 callbacks_->SetDexFiles(&dex_files); in CompileDexFiles()
853 dex_to_dex_compiler_.SetDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()