HomeSort by relevance Sort by last modified time
    Searched full:large_method_threshold_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_options.h 96 return large_method_threshold_;
112 return num_dalvik_instructions > large_method_threshold_;
261 size_t large_method_threshold_; member in class:art::FINAL
compiler_options.cc 26 large_method_threshold_(kDefaultLargeMethodThreshold),
63 ParseUintOption(option, "--large-method-max", &large_method_threshold_, Usage);

Completed in 61 milliseconds