Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h72 size_t tiny_method_threshold, in CompilerOptions() argument
90 tiny_method_threshold_(tiny_method_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc879 int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold; in dex2oat() local
1038 if (!ParseInt(threshold, &tiny_method_threshold)) { in dex2oat()
1041 if (tiny_method_threshold < 0) { in dex2oat()
1042 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold); in dex2oat()
1265 tiny_method_threshold, in dex2oat()