Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h144 size_t GetNumDexMethodsThreshold() const { in GetNumDexMethodsThreshold() function
/art/dex2oat/
Ddex2oat.cc1346 if (num_methods <= compiler_options_->GetNumDexMethodsThreshold()) { in Setup()