Searched refs:num_dalvik_instructions (Results 1 – 1 of 1) sorted by relevance
128 bool IsHugeMethod(size_t num_dalvik_instructions) const { in IsHugeMethod() argument129 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()132 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod() argument133 return num_dalvik_instructions > large_method_threshold_; in IsLargeMethod()136 bool IsSmallMethod(size_t num_dalvik_instructions) const { in IsSmallMethod() argument137 return num_dalvik_instructions > small_method_threshold_; in IsSmallMethod()140 bool IsTinyMethod(size_t num_dalvik_instructions) const { in IsTinyMethod() argument141 return num_dalvik_instructions > tiny_method_threshold_; in IsTinyMethod()