Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file_assistant.h152 bool profile_changed = false,
308 bool profile_changed,
348 bool CompilerFilterIsOkay(CompilerFilter::Filter target, bool profile_changed, bool downgrade);
H A Doat_file_assistant.cc202 bool profile_changed, in GetDexOptNeeded() argument
206 profile_changed, in GetDexOptNeeded()
789 bool profile_changed, in GetDexOptNeeded() argument
793 return CompilerFilterIsOkay(target, profile_changed, downgrade) in GetDexOptNeeded()
903 CompilerFilter::Filter target, bool profile_changed, bool downgrade) { in CompilerFilterIsOkay() argument
910 if (profile_changed && CompilerFilter::DependsOnProfile(current)) { in CompilerFilterIsOkay()
H A Doat_file_assistant_test.cc104 bool profile_changed = false, in GetDexOptNeeded() argument
108 profile_changed, in GetDexOptNeeded()
/aosp12/art/runtime/native/
H A Ddalvik_system_DexFile.cc508 bool profile_changed, in GetDexOptNeeded() argument
565 profile_changed, in GetDexOptNeeded()