Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h112 size_t GetHugeMethodThreshold() const { in GetHugeMethodThreshold() function
/art/compiler/dex/
Dmir_analysis.cc1136 small_cutoff = compiler_options.GetHugeMethodThreshold(); in SkipCompilation()
1137 default_cutoff = compiler_options.GetHugeMethodThreshold(); in SkipCompilation()
1158 if (static_cast<size_t>(GetNumBlocks()) > (compiler_options.GetHugeMethodThreshold() / 2)) { in SkipCompilation()