Searched refs:IsAotCompilationEnabled (Results 1 – 6 of 6) sorted by relevance
49 static bool IsAotCompilationEnabled(Filter filter);
25 bool CompilerFilter::IsAotCompilationEnabled(Filter filter) { in IsAotCompilationEnabled() function in art::CompilerFilter79 IsAotCompilationEnabled(filter); in IsAnyCompilationEnabled()
90 bool IsAotCompilationEnabled() const { in IsAotCompilationEnabled() function91 return CompilerFilter::IsAotCompilationEnabled(compiler_filter_); in IsAotCompilationEnabled()
138 if (!compiler_options_->IsAotCompilationEnabled()) { in IsCandidateForCompilation()
2003 !CompilerFilter::IsAotCompilationEnabled(compiler_options_->GetCompilerFilter()); in ShouldCompileDexFilesIndividually()
1683 if (writer_->GetCompilerOptions().IsAotCompilationEnabled()) { in UpdateDexFileAndDexCache()