Searched refs:SetClasspathDexFiles (Results 1 – 3 of 3) sorted by relevance
99 void SetClasspathDexFiles(const std::vector<const DexFile*>& dex_files);
2904 void CompilerDriver::SetClasspathDexFiles(const std::vector<const DexFile*>& dex_files) { in SetClasspathDexFiles() function in art::CompilerDriver
2081 driver_->SetClasspathDexFiles(class_loader_context_->FlattenOpenedDexFiles()); in Compile()