Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc52 size_t huge_method_threshold, in CompilerOptions() argument
73 huge_method_threshold_(huge_method_threshold), in CompilerOptions()
Dcompiler_options.h65 size_t huge_method_threshold,
/art/dex2oat/
Ddex2oat.cc563 int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold; in ParseArgs() local
704 if (!ParseInt(threshold, &huge_method_threshold)) { in ParseArgs()
707 if (huge_method_threshold < 0) { in ParseArgs()
708 Usage("--huge-method-max passed a negative value %s", huge_method_threshold); in ParseArgs()
1041 huge_method_threshold, in ParseArgs()