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.cc 26 large_method_threshold_(kDefaultLargeMethodThreshold),
81 large_method_threshold_(large_method_threshold),
110 ParseUintOption(option, "--large-method-max", &large_method_threshold_, Usage);
compiler_options.h 117 return large_method_threshold_;
133 return num_dalvik_instructions > large_method_threshold_;
261 size_t large_method_threshold_; member in class:art::FINAL

Completed in 842 milliseconds