Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc181 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
210 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
295 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
732 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
958 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
1021 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
1080 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
1111 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
1143 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
1353 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F()
[all …]
Doat_file_assistant.h165 std::unique_ptr<OatFile> GetBestOatFile();
Doat_file_manager.cc228 std::unique_ptr<const OatFile> oat_file(oat_file_assistant.GetBestOatFile().release()); in OpenDexFilesFromOat()
313 oat_file.reset(nonexecutable_oat_file_assistant.GetBestOatFile().release()); in OpenDexFilesFromOat()
Doat_file_assistant.cc218 std::unique_ptr<OatFile> OatFileAssistant::GetBestOatFile() { in GetBestOatFile() function in art::OatFileAssistant
/art/runtime/native/
Ddalvik_system_DexFile.cc848 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile(); in DexFile_getDexFileOutputPaths()