Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h70 size_t large_method_threshold, in CompilerOptions() argument
88 large_method_threshold_(large_method_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc877 int large_method_threshold = CompilerOptions::kDefaultLargeMethodThreshold; in dex2oat() local
1022 if (!ParseInt(threshold, &large_method_threshold)) { in dex2oat()
1025 if (large_method_threshold < 0) { in dex2oat()
1026 Usage("--large-method-max passed a negative value %s", large_method_threshold); in dex2oat()
1263 large_method_threshold, in dex2oat()