Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc848 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile(); in DexFile_getDexFileOutputPaths() local
849 if (best_oat_file == nullptr) { in DexFile_getDexFileOutputPaths()
853 oat_filename = best_oat_file->GetLocation(); in DexFile_getDexFileOutputPaths()