Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h71 size_t tiny_method_threshold, in CompilerOptions() argument
88 tiny_method_threshold_(tiny_method_threshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc844 int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold; in dex2oat() local
993 if (!ParseInt(threshold, &tiny_method_threshold)) { in dex2oat()
996 if (tiny_method_threshold < 0) { in dex2oat()
997 Usage("--tiny-method-max passed a negative value %s", tiny_method_threshold); in dex2oat()
1198 tiny_method_threshold, in dex2oat()