Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc1028 size_t small_cutoff = 0; in SkipCompilation() local
1032 small_cutoff = compiler_options.GetSmallMethodThreshold(); in SkipCompilation()
1036 small_cutoff = compiler_options.GetTinyMethodThreshold(); in SkipCompilation()
1040 small_cutoff = compiler_options.GetHugeMethodThreshold(); in SkipCompilation()
1088 if (GetNumDalvikInsns() < small_cutoff) { in SkipCompilation()