Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc128 static constexpr CompilerFilter::Filter kLargeAppFilter = CompilerFilter::kVerify; variable
1492 if (!CompilerFilter::IsAsGoodAs(kLargeAppFilter, compiler_options_->GetCompilerFilter())) { in Setup()
1494 compiler_options_->SetCompilerFilter(kLargeAppFilter); in Setup()