Searched refs:num_dex_methods_threshold_ (Results 1 – 3 of 3) sorted by relevance
124 return num_dex_methods_threshold_; in GetNumDexMethodsThreshold()297 size_t num_dex_methods_threshold_; variable
38 num_dex_methods_threshold_(kDefaultNumDexMethodsThreshold), in CompilerOptions()
53 map.AssignIfExists(Base::NumDexMethodsThreshold, &options->num_dex_methods_threshold_); in ReadCompilerOptions()