Searched refs:tiny_method_threshold_ (Results 1 – 1 of 1) sorted by relevance
53 tiny_method_threshold_(kDefaultTinyMethodThreshold), in CompilerOptions()88 tiny_method_threshold_(tiny_method_threshold), in CompilerOptions()132 return tiny_method_threshold_; in GetTinyMethodThreshold()148 return num_dalvik_instructions > tiny_method_threshold_; in IsTinyMethod()204 size_t tiny_method_threshold_; variable