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
125 bool IsAnyCompilationEnabled() const { in IsAnyCompilationEnabled() function126 return CompilerFilter::IsAnyCompilationEnabled(compiler_filter_); in IsAnyCompilationEnabled()
340 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in CompileAll()848 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in PrepareDexFilesForOatFile()875 if (compiler_options_->IsAnyCompilationEnabled()) { in PreCompile()1862 !GetCompilerOptions().IsAnyCompilationEnabled() && in FastVerify()
676 return GetCompilerOptions().IsAnyCompilationEnabled(); in MayHaveCompiledMethods()2252 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in InitOatCodeDexFiles()3059 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in WriteCodeDexFiles()
1756 if (CompilerFilter::IsAnyCompilationEnabled(compiler_options_->GetCompilerFilter()) || in Setup()