Searched defs:tiny_method_threshold_ (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/driver/
H A Dcompiler_options.h53 tiny_method_threshold_(kDefaultTinyMethodThreshold),
90 tiny_method_threshold_(tiny_method_threshold),
135 return tiny_method_threshold_;
151 return num_dalvik_instructions > tiny_method_threshold_;
212 size_t tiny_method_threshold_; member in class:art::CompilerOptions

Completed in 4 milliseconds