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

  /art/runtime/
runtime.h 131 size_t num_dex_methods_threshold_; member in class:art::Runtime::ParsedOptions
193 return num_dex_methods_threshold_;
429 size_t num_dex_methods_threshold_; member in class:art::Runtime
runtime.cc 370 parsed->num_dex_methods_threshold_ = Runtime::kDefaultNumDexMethodsThreshold;
622 parsed->num_dex_methods_threshold_ = ParseIntegerOrDie(option);
858 num_dex_methods_threshold_ = options->num_dex_methods_threshold_;
    [all...]

Completed in 499 milliseconds