Home
last modified time | relevance | path

Searched refs:SetDexFilesForOatFile (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/
Ddex_to_dex_decompiler_test.cc47 compiler_driver_->SetDexFilesForOatFile(GetDexFiles(class_loader)); in CompileAll()
/art/compiler/driver/
Dcompiler_driver_test.cc49 compiler_driver_->SetDexFilesForOatFile(dex_files_);; in CompileAll()
387 compiler_driver_->SetDexFilesForOatFile(dex_files); in TEST_F()
Dcompiler_driver.h112 void SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files);
Dcompiler_driver.cc3021 void CompilerDriver::SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files) { in SetDexFilesForOatFile() function in art::CompilerDriver
/art/dex2oat/linker/
Doat_writer_test.cc406 compiler_driver_->SetDexFilesForOatFile(class_linker->GetBootClassPath()); in TEST_F()
545 compiler_driver_->SetDexFilesForOatFile(dex_files); in TEST_F()
Dimage_test.h226 driver->SetDexFilesForOatFile(class_path); in Compile()
/art/compiler/
Dverifier_deps_test.cc131 compiler_driver_->SetDexFilesForOatFile(dex_files_); in LoadDexFile()
/art/dex2oat/
Ddex2oat.cc1879 driver_->SetDexFilesForOatFile(dex_files_); in Compile()