Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h126 return huge_method_threshold_; in GetHugeMethodThreshold()
134 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()
390 size_t huge_method_threshold_; variable
Dcompiler_options.cc43 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()
Dcompiler_options_map-inl.h59 map.AssignIfExists(Base::HugeMethodMaxThreshold, &options->huge_method_threshold_);