Searched refs:small_cutoff (Results 1 – 1 of 1) sorted by relevance
1123 size_t small_cutoff; in SkipCompilation() local1127 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()