Home
last modified time | relevance | path

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

/art/dex2oat/
Dcommon_compiler_driver_test.cc37 SetDexFilesForOatFile(dex_files); in CompileAll()
59 void CommonCompilerDriverTest::SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files) { in SetDexFilesForOatFile() function in art::CommonCompilerDriverTest
Dcommon_compiler_driver_test.h44 void SetDexFilesForOatFile(const std::vector<const DexFile*>& dex_files);
Dverifier_deps_test.cc131 SetDexFilesForOatFile(dex_files_); in LoadDexFile()
/art/dex2oat/driver/
Dcompiler_driver_test.cc345 SetDexFilesForOatFile(dex_files); in TEST_F()