Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc26 large_method_threshold_(kDefaultLargeMethodThreshold), in CompilerOptions()
81 large_method_threshold_(large_method_threshold), in CompilerOptions()
110 ParseUintOption(option, "--large-method-max", &large_method_threshold_, Usage); in ParseLargeMethodMax()
Dcompiler_options.h117 return large_method_threshold_; in GetLargeMethodThreshold()
133 return num_dalvik_instructions > large_method_threshold_; in IsLargeMethod()
261 size_t large_method_threshold_; variable