Searched refs:profile_changed (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | oat_file_assistant.h | 112 bool profile_changed, 120 bool profile_changed,
|
D | oat_file_assistant.cc | 67 bool profile_changed, in OatFileAssistant() argument 69 : OatFileAssistant(dex_location, nullptr, isa, profile_changed, load_executable) in OatFileAssistant() 75 bool profile_changed, in OatFileAssistant() argument 77 : isa_(isa), profile_changed_(profile_changed), load_executable_(load_executable) { in OatFileAssistant()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 354 bool profile_changed) { in GetDexOptNeeded() argument 382 OatFileAssistant oat_file_assistant(filename, target_instruction_set, profile_changed, false); in GetDexOptNeeded()
|