Home
last modified time | relevance | path

Searched refs:OatFileCompilerFilterIsOkay (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file_assistant.h350 bool OatFileCompilerFilterIsOkay(CompilerFilter::Filter target);
Doat_file_assistant.cc137 bool OatFileAssistant::OatFileCompilerFilterIsOkay(CompilerFilter::Filter target) { in OatFileCompilerFilterIsOkay() function in art::OatFileAssistant
159 bool oat_okay = OatFileCompilerFilterIsOkay(target); in GetDexOptNeeded()