Searched refs:profile_changed (Results 1 – 3 of 3) sorted by relevance
/art/runtime/oat/ |
D | oat_file_assistant.h | 220 bool profile_changed = false, 508 bool profile_changed,
|
D | oat_file_assistant.cc | 293 CompilerFilter::Filter target_compiler_filter, bool profile_changed, bool downgrade) { in GetDexOptTrigger() argument 303 if (profile_changed && CompilerFilter::DependsOnProfile(target_compiler_filter)) { in GetDexOptTrigger() 312 bool profile_changed, in GetDexOptNeeded() argument 320 target_compiler_filter, GetDexOptTrigger(target_compiler_filter, profile_changed, downgrade)); in GetDexOptNeeded()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 570 bool profile_changed, in GetDexOptNeeded() argument 627 profile_changed, in GetDexOptNeeded()
|