Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h92 return huge_method_threshold_; in GetHugeMethodThreshold()
108 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()
260 size_t huge_method_threshold_; variable
Dcompiler_options.cc25 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()
59 ParseUintOption(option, "--huge-method-max", &huge_method_threshold_, Usage); in ParseHugeMethodMax()