HomeSort by relevance Sort by last modified time
    Searched refs:GetBestOatFile (Results 1 - 6 of 6) sorted by null

  /art/runtime/
oat_file_assistant_test.cc 292 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
391 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
442 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
506 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
556 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
623 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
728 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
    [all...]
oat_file_assistant.h 183 std::unique_ptr<OatFile> GetBestOatFile();
oat_file_manager.cc 596 std::unique_ptr<const OatFile> oat_file(oat_file_assistant.GetBestOatFile().release());
oat_file_assistant.cc 216 std::unique_ptr<OatFile> OatFileAssistant::GetBestOatFile() {
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 585 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile();
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 117 milliseconds