Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h68 size_t huge_method_threshold, in CompilerOptions() argument
85 huge_method_threshold_(huge_method_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc841 int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold; in dex2oat() local
969 if (!ParseInt(threshold, &huge_method_threshold)) { in dex2oat()
972 if (huge_method_threshold < 0) { in dex2oat()
973 Usage("--huge-method-max passed a negative value %s", huge_method_threshold); in dex2oat()
1195 huge_method_threshold, in dex2oat()