Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h331 bool OdexFileCompilerFilterIsOkay(CompilerFilter::Filter target);
Doat_file_assistant.cc146 bool OatFileAssistant::OdexFileCompilerFilterIsOkay(CompilerFilter::Filter target) { in OdexFileCompilerFilterIsOkay() function in art::OatFileAssistant
173 bool odex_okay = OdexFileCompilerFilterIsOkay(target); in GetDexOptNeeded()