Searched refs:IsAnyCompilationEnabled (Results 1 – 6 of 6) sorted by relevance
54 static bool IsAnyCompilationEnabled(Filter filter);
76 bool CompilerFilter::IsAnyCompilationEnabled(Filter filter) { in IsAnyCompilationEnabled() function in art::CompilerFilter
118 bool IsAnyCompilationEnabled() const { in IsAnyCompilationEnabled() function119 return CompilerFilter::IsAnyCompilationEnabled(compiler_filter_); in IsAnyCompilationEnabled()
343 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in CompileAll()851 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in PrepareDexFilesForOatFile()878 if (compiler_options_->IsAnyCompilationEnabled()) { in PreCompile()1801 !GetCompilerOptions().IsAnyCompilationEnabled() && in FastVerify()
663 return GetCompilerOptions().IsAnyCompilationEnabled(); in MayHaveCompiledMethods()2241 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in InitOatCodeDexFiles()3116 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in WriteCodeDexFiles()
1740 if (CompilerFilter::IsAnyCompilationEnabled(compiler_options_->GetCompilerFilter()) || in Setup()