Searched refs:profile_changed (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | oat_file_assistant.h | 152 bool profile_changed = false, 308 bool profile_changed, 348 bool CompilerFilterIsOkay(CompilerFilter::Filter target, bool profile_changed, bool downgrade);
|
D | oat_file_assistant.cc | 215 bool profile_changed, in GetDexOptNeeded() argument 219 profile_changed, in GetDexOptNeeded() 812 bool profile_changed, in GetDexOptNeeded() argument 816 return CompilerFilterIsOkay(target, profile_changed, downgrade) in GetDexOptNeeded() 938 CompilerFilter::Filter target, bool profile_changed, bool downgrade) { in CompilerFilterIsOkay() argument 945 if (profile_changed && CompilerFilter::DependsOnProfile(current)) { in CompilerFilterIsOkay()
|
D | oat_file_assistant_test.cc | 104 bool profile_changed = false, in GetDexOptNeeded() argument 108 profile_changed, in GetDexOptNeeded()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 509 bool profile_changed, in GetDexOptNeeded() argument 566 profile_changed, in GetDexOptNeeded()
|