Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc25 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()
73 huge_method_threshold_(huge_method_threshold), in CompilerOptions()
Dcompiler_options.h113 return huge_method_threshold_; in GetHugeMethodThreshold()
129 return num_dalvik_instructions > huge_method_threshold_; in IsHugeMethod()
216 const size_t huge_method_threshold_; variable