Home
last modified time | relevance | path

Searched refs:num_dex_methods_threshold (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc56 size_t num_dex_methods_threshold, in CompilerOptions() argument
77 num_dex_methods_threshold_(num_dex_methods_threshold), in CompilerOptions()
Dcompiler_options.h69 size_t num_dex_methods_threshold,
/art/dex2oat/
Ddex2oat.cc567 int num_dex_methods_threshold = CompilerOptions::kDefaultNumDexMethodsThreshold; in ParseArgs() local
736 if (!ParseInt(threshold, &num_dex_methods_threshold)) { in ParseArgs()
739 if (num_dex_methods_threshold < 0) { in ParseArgs()
740 Usage("--num-dex-methods passed a negative value %s", num_dex_methods_threshold); in ParseArgs()
1045 num_dex_methods_threshold, in ParseArgs()