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
116 bool IsAnyCompilationEnabled() const { in IsAnyCompilationEnabled() function117 return CompilerFilter::IsAnyCompilationEnabled(compiler_filter_); in IsAnyCompilationEnabled()
337 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in CompileAll()865 if (compiler_options_->IsAnyCompilationEnabled()) { in PreCompile()913 if (compiler_options_->IsAnyCompilationEnabled()) { in PreCompile()1773 bool compiler_only_verifies = !GetCompilerOptions().IsAnyCompilationEnabled(); in FastVerify()
656 return GetCompilerOptions().IsAnyCompilationEnabled(); in MayHaveCompiledMethods()2231 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in InitOatCodeDexFiles()3099 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in WriteCodeDexFiles()
1625 if (CompilerFilter::IsAnyCompilationEnabled(compiler_options_->GetCompilerFilter())) { in Setup()