Searched refs:huge_method_threshold_ (Results 1 – 2 of 2) sorted by relevance
92 return huge_method_threshold_; in GetHugeMethodThreshold()108 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()260 size_t huge_method_threshold_; variable
25 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()59 ParseUintOption(option, "--huge-method-max", &huge_method_threshold_, Usage); in ParseHugeMethodMax()