Searched refs:IsAnyCompilationEnabled (Results 1 – 6 of 6) sorted by relevance
53 static bool IsAnyCompilationEnabled(Filter filter);
57 bool CompilerFilter::IsAnyCompilationEnabled(Filter filter) { in IsAnyCompilationEnabled() function in art::CompilerFilter
121 bool IsAnyCompilationEnabled() const { in IsAnyCompilationEnabled() function122 return CompilerFilter::IsAnyCompilationEnabled(compiler_filter_); in IsAnyCompilationEnabled()
345 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in CompileAll()783 if (compiler_options_->IsAnyCompilationEnabled()) { in PreCompile()1761 !GetCompilerOptions().IsAnyCompilationEnabled() && in FastVerify()
680 return GetCompilerOptions().IsAnyCompilationEnabled(); in MayHaveCompiledMethods()2320 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in InitOatCodeDexFiles()3032 if (!GetCompilerOptions().IsAnyCompilationEnabled()) { in WriteCodeDexFiles()
1498 if (CompilerFilter::IsAnyCompilationEnabled(compiler_options_->GetCompilerFilter()) || in Setup()