Home
last modified time | relevance | path

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

/art/libartbase/base/
Dcompiler_filter.h69 static bool DependsOnProfile(Filter filter);
Dcompiler_filter.cc77 bool CompilerFilter::DependsOnProfile(Filter filter) { in DependsOnProfile() function in art::CompilerFilter
/art/runtime/
Ddexopt_test.cc116 if (CompilerFilter::DependsOnProfile(filter)) { in GenerateOatForTest()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc336 if (CompilerFilter::DependsOnProfile(compiler_filter_) && in GetDexOptNeeded()
/art/dex2oat/driver/
Dcompiler_driver.cc422 if (!CompilerFilter::DependsOnProfile(compiler_options.GetCompilerFilter())) { in ShouldCompileBasedOnProfile()
431 DCHECK(CompilerFilter::DependsOnProfile(compiler_options.GetCompilerFilter())); in ShouldCompileBasedOnProfile()
2680 bool use_profile = CompilerFilter::DependsOnProfile(compiler_options.GetCompilerFilter()); in CompileDexFile()
/art/runtime/native/
Ddalvik_system_DexFile.cc785 return CompilerFilter::DependsOnProfile(filter) ? JNI_TRUE : JNI_FALSE; in DexFile_isProfileGuidedCompilerFilter()
/art/runtime/oat/
Doat_file_assistant.cc303 if (profile_changed && CompilerFilter::DependsOnProfile(target_compiler_filter)) { in GetDexOptTrigger()
/art/dex2oat/linker/
Dimage_writer.cc3788 CompilerFilter::DependsOnProfile(compiler_options_.GetCompilerFilter()) && in ImageWriter()