Home
last modified time | relevance | path

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

/art/runtime/
Dcompiler_filter.h73 static bool DependsOnProfile(Filter filter);
Dcompiler_filter.cc105 bool CompilerFilter::DependsOnProfile(Filter filter) { in DependsOnProfile() function in art::CompilerFilter
Ddexopt_test.cc112 if (CompilerFilter::DependsOnProfile(filter)) { in GenerateOatForTest()
Doat_file_assistant.cc886 if (profile_changed && CompilerFilter::DependsOnProfile(current)) { in CompilerFilterIsOkay()
/art/runtime/native/
Ddalvik_system_DexFile.cc746 return CompilerFilter::DependsOnProfile(filter) ? JNI_TRUE : JNI_FALSE; in DexFile_isProfileGuidedCompilerFilter()
/art/dex2oat/driver/
Dcompiler_driver.cc950 if (!CompilerFilter::DependsOnProfile(compiler_options_->GetCompilerFilter())) { in ShouldCompileBasedOnProfile()