Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h119 size_t GetHugeMethodThreshold() const { in GetHugeMethodThreshold() function
/art/compiler/dex/
Dmir_analysis.cc1040 small_cutoff = compiler_options.GetHugeMethodThreshold(); in SkipCompilation()
1041 default_cutoff = compiler_options.GetHugeMethodThreshold(); in SkipCompilation()
1061 if (static_cast<size_t>(num_blocks_) > (compiler_options.GetHugeMethodThreshold() / 2)) { in SkipCompilation()