Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc1123 size_t small_cutoff; in SkipCompilation() local
1127 small_cutoff = compiler_options.GetSmallMethodThreshold(); in SkipCompilation()
1131 small_cutoff = compiler_options.GetTinyMethodThreshold(); in SkipCompilation()
1136 small_cutoff = compiler_options.GetHugeMethodThreshold(); in SkipCompilation()
1185 if (GetNumDalvikInsns() < small_cutoff) { in SkipCompilation()