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.cc937 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile(); in DexFile_getDexFileOutputPaths() local
938 if (best_oat_file == nullptr) { in DexFile_getDexFileOutputPaths()
942 oat_filename = best_oat_file->GetLocation(); in DexFile_getDexFileOutputPaths()
943 is_vdex_only = best_oat_file->IsBackedByVdexOnly(); in DexFile_getDexFileOutputPaths()