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

  /art/compiler/driver/
compiler_options.h 153 return num_dex_methods_threshold_;
380 size_t num_dex_methods_threshold_; member in class:art::final
compiler_options.cc 47 num_dex_methods_threshold_(kDefaultNumDexMethodsThreshold),
compiler_options_map-inl.h 50 map.AssignIfExists(Base::NumDexMethodsThreshold, &options->num_dex_methods_threshold_);

Completed in 446 milliseconds