Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h100 return small_method_threshold_; in GetSmallMethodThreshold()
116 return num_dalvik_instructions > small_method_threshold_; in IsSmallMethod()
295 size_t small_method_threshold_; variable
Dcompiler_options.cc36 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
Dcompiler_options_map-inl.h51 map.AssignIfExists(Base::SmallMethodMaxThreshold, &options->small_method_threshold_); in ReadCompilerOptions()