Home
last modified time | relevance | path

Searched refs:DependsOnProfile (Results 1 – 7 of 7) sorted by relevance

/art/libartbase/base/
Dcompiler_filter.h68 static bool DependsOnProfile(Filter filter);
Dcompiler_filter.cc83 bool CompilerFilter::DependsOnProfile(Filter filter) { in DependsOnProfile() function in art::CompilerFilter
/art/runtime/
Ddexopt_test.cc115 if (CompilerFilter::DependsOnProfile(filter)) { in GenerateOatForTest()
Doat_file_assistant.cc910 if (profile_changed && CompilerFilter::DependsOnProfile(current)) { in CompilerFilterIsOkay()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc339 if (CompilerFilter::DependsOnProfile(compiler_filter_) && in GetDexOptNeeded()
/art/runtime/native/
Ddalvik_system_DexFile.cc733 return CompilerFilter::DependsOnProfile(filter) ? JNI_TRUE : JNI_FALSE; in DexFile_isProfileGuidedCompilerFilter()
/art/dex2oat/driver/
Dcompiler_driver.cc864 if (!CompilerFilter::DependsOnProfile(compiler_options_->GetCompilerFilter())) { in ShouldCompileBasedOnProfile()