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

  /art/compiler/driver/
compiler_options.cc 29 num_dex_methods_threshold_(kDefaultNumDexMethodsThreshold),
75 ParseUintOption(option, "--num-dex-methods", &num_dex_methods_threshold_, Usage);
compiler_options.h 124 return num_dex_methods_threshold_;
264 size_t num_dex_methods_threshold_; member in class:art::FINAL

Completed in 51 milliseconds