Searched refs:huge_method_threshold_ (Results 1 – 1 of 1) sorted by relevance
50 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()85 huge_method_threshold_(huge_method_threshold), in CompilerOptions()120 return huge_method_threshold_; in GetHugeMethodThreshold()136 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()201 size_t huge_method_threshold_; variable