Searched refs:MakeUpToDate (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | oat_file_assistant_test.cc | 457 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()
|
D | oat_file_assistant.h | 174 ResultOfAttemptToUpdate MakeUpToDate(CompilerFilter::Filter target_compiler_filter,
|
D | oat_file_manager.cc | 578 switch (oat_file_assistant.MakeUpToDate(filter_, /*out*/ &error_msg)) { in OpenDexFilesFromOat()
|
D | oat_file_assistant.cc | 206 OatFileAssistant::MakeUpToDate(CompilerFilter::Filter target, std::string* error_msg) { in MakeUpToDate() function in art::OatFileAssistant
|