Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h112 bool profile_changed,
120 bool profile_changed,
Doat_file_assistant.cc67 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/
Ddalvik_system_DexFile.cc354 bool profile_changed) { in GetDexOptNeeded() argument
382 OatFileAssistant oat_file_assistant(filename, target_instruction_set, profile_changed, false); in GetDexOptNeeded()