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

  /art/runtime/
oat_file_assistant_test.cc 124 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
405 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
464 std::unique_ptr<OatFile> best_file = oat_file_assistant.GetBestOatFile();
495 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
672 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
700 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
740 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();
    [all...]
oat_file_assistant.h 208 std::unique_ptr<OatFile> GetBestOatFile();
class_loader_context.cc 242 std::unique_ptr<OatFile> oat_file(oat_file_assistant.GetBestOatFile());
    [all...]
oat_file_manager.cc 453 std::unique_ptr<const OatFile> oat_file(oat_file_assistant.GetBestOatFile().release());
oat_file_assistant.cc 269 std::unique_ptr<OatFile> OatFileAssistant::GetBestOatFile() {
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 694 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile();
  /art/dex2oat/
dex2oat_test.cc     [all...]

Completed in 120 milliseconds