Home
last modified time | relevance | path

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

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