Searched refs:huge_method_threshold_ (Results 1 – 2 of 2) sorted by relevance
25 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()73 huge_method_threshold_(huge_method_threshold), in CompilerOptions()
113 return huge_method_threshold_; in GetHugeMethodThreshold()129 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()216 const size_t huge_method_threshold_; variable