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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc585 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile(); local
586 if (best_oat_file == nullptr) {
590 return env->NewStringUTF(best_oat_file->GetLocation().c_str());

Completed in 1000 milliseconds