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