Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h134 return large_method_threshold_; in GetLargeMethodThreshold()
142 return num_dalvik_instructions > large_method_threshold_; in IsLargeMethod()
395 size_t large_method_threshold_; variable
Dcompiler_options.cc44 large_method_threshold_(kDefaultLargeMethodThreshold), in CompilerOptions()
Dcompiler_options_map-inl.h48 map.AssignIfExists(Base::LargeMethodMaxThreshold, &options->large_method_threshold_); in ReadCompilerOptions()