Home
last modified time | relevance | path

Searched refs:small_method_threshold (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h71 size_t small_method_threshold, in CompilerOptions() argument
89 small_method_threshold_(small_method_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc878 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in dex2oat() local
1030 if (!ParseInt(threshold, &small_method_threshold)) { in dex2oat()
1033 if (small_method_threshold < 0) { in dex2oat()
1034 Usage("--small-method-max passed a negative value %s", small_method_threshold); in dex2oat()
1264 small_method_threshold, in dex2oat()