Home
last modified time | relevance | path

Searched refs:IsProfileChangeSignificant (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file_assistant.h241 bool IsProfileChangeSignificant();
Doat_file_assistant.cc508 bool OatFileAssistant::IsProfileChangeSignificant() { in IsProfileChangeSignificant() function in art::OatFileAssistant
/art/runtime/native/
Ddalvik_system_DexFile.cc336 if (oat_file_assistant.IsProfileChangeSignificant()) { in GetDexOptNeeded()