Searched defs:small_cutoff (Results 1 - 1 of 1) sorted by relevance

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

Completed in 86 milliseconds