Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h69 size_t large_method_threshold, in CompilerOptions() argument
86 large_method_threshold_(large_method_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc842 int large_method_threshold = CompilerOptions::kDefaultLargeMethodThreshold; in dex2oat() local
977 if (!ParseInt(threshold, &large_method_threshold)) { in dex2oat()
980 if (large_method_threshold < 0) { in dex2oat()
981 Usage("--large-method-max passed a negative value %s", large_method_threshold); in dex2oat()
1196 large_method_threshold, in dex2oat()