Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h130 return large_method_threshold_; in GetLargeMethodThreshold()
138 return num_dalvik_instructions > large_method_threshold_; in IsLargeMethod()
391 size_t large_method_threshold_; variable
Dcompiler_options.cc44 large_method_threshold_(kDefaultLargeMethodThreshold), in CompilerOptions()
Dcompiler_options_map-inl.h60 map.AssignIfExists(Base::LargeMethodMaxThreshold, &options->large_method_threshold_);