Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc55 size_t tiny_method_threshold, in CompilerOptions() argument
76 tiny_method_threshold_(tiny_method_threshold), in CompilerOptions()
Dcompiler_options.h68 size_t tiny_method_threshold,
/art/dex2oat/
Ddex2oat.cc566 int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold; in ParseArgs() local
728 if (!ParseInt(threshold, &tiny_method_threshold)) { in ParseArgs()
731 if (tiny_method_threshold < 0) { in ParseArgs()
732 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold); in ParseArgs()
1044 tiny_method_threshold, in ParseArgs()