Home
last modified time | relevance | path

Searched refs:num_dalvik_instructions (Results 1 – 1 of 1) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h130 bool IsHugeMethod(size_t num_dalvik_instructions) const { in IsHugeMethod() argument
131 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()
134 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod() argument
135 return num_dalvik_instructions > large_method_threshold_; in IsLargeMethod()