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

/art/compiler/driver/
H A Dcompiler_options.h50 huge_method_threshold_(kDefaultHugeMethodThreshold),
87 huge_method_threshold_(huge_method_threshold),
123 return huge_method_threshold_;
139 return num_dalvik_instructions > huge_method_threshold_;
209 size_t huge_method_threshold_; member in class:art::CompilerOptions

Completed in 52 milliseconds