Searched refs:DependsOnProfile (Results 1 – 6 of 6) sorted by relevance
73 static bool DependsOnProfile(Filter filter);
105 bool CompilerFilter::DependsOnProfile(Filter filter) { in DependsOnProfile() function in art::CompilerFilter
112 if (CompilerFilter::DependsOnProfile(filter)) { in GenerateOatForTest()
886 if (profile_changed && CompilerFilter::DependsOnProfile(current)) { in CompilerFilterIsOkay()
746 return CompilerFilter::DependsOnProfile(filter) ? JNI_TRUE : JNI_FALSE; in DexFile_isProfileGuidedCompilerFilter()
950 if (!CompilerFilter::DependsOnProfile(compiler_options_->GetCompilerFilter())) { in ShouldCompileBasedOnProfile()