Home
last modified time | relevance | path

Searched refs:MakeUpToDate (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc457 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)); in TEST_F()
709 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)) << error_msg; in TEST_F()
772 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)) << error_msg; in TEST_F()
829 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)) << error_msg; in TEST_F()
880 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)) << error_msg; in TEST_F()
924 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)) << error_msg; in TEST_F()
1104 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)) << error_msg; in TEST_F()
1135 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)); in TEST_F()
1231 oat_file_assistant.MakeUpToDate(CompilerFilter::kSpeed, &error_msg)); in TEST_F()
Doat_file_assistant.h174 ResultOfAttemptToUpdate MakeUpToDate(CompilerFilter::Filter target_compiler_filter,
Doat_file_manager.cc578 switch (oat_file_assistant.MakeUpToDate(filter_, /*out*/ &error_msg)) { in OpenDexFilesFromOat()
Doat_file_assistant.cc206 OatFileAssistant::MakeUpToDate(CompilerFilter::Filter target, std::string* error_msg) { in MakeUpToDate() function in art::OatFileAssistant