Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h70 size_t small_method_threshold, in CompilerOptions() argument
87 small_method_threshold_(small_method_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc843 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in dex2oat() local
985 if (!ParseInt(threshold, &small_method_threshold)) { in dex2oat()
988 if (small_method_threshold < 0) { in dex2oat()
989 Usage("--small-method-max passed a negative value %s", small_method_threshold); in dex2oat()
1197 small_method_threshold, in dex2oat()