Home
last modified time | relevance | path

Searched refs:IsCompilationEnabled (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/
Dverification_results.cc110 if (!compiler_options_->IsCompilationEnabled()) { in IsCandidateForCompilation()
Dmir_analysis.cc1120 DCHECK(compiler_options.IsCompilationEnabled()); in SkipCompilation()
/art/compiler/driver/
Dcompiler_options.h97 bool IsCompilationEnabled() const { in IsCompilationEnabled() function
Dcompiler_driver.cc2267 if (!compiler_options_->IsCompilationEnabled() && in CompileMethod()
/art/compiler/dex/quick/
Dquick_compiler.cc632 DCHECK(driver->GetCompilerOptions().IsCompilationEnabled()); in Compile()
/art/dex2oat/
Ddex2oat.cc1338 compiler_options_->IsCompilationEnabled() && in Setup()