Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h104 return tiny_method_threshold_; in GetTinyMethodThreshold()
120 return num_dalvik_instructions > tiny_method_threshold_; in IsTinyMethod()
296 size_t tiny_method_threshold_; variable
Dcompiler_options.cc37 tiny_method_threshold_(kDefaultTinyMethodThreshold), in CompilerOptions()
Dcompiler_options_map-inl.h52 map.AssignIfExists(Base::TinyMethodMaxThreshold, &options->tiny_method_threshold_); in ReadCompilerOptions()