Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h39 static const size_t kDefaultHugeMethodThreshold = 10000; variable
50 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc177 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
178 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
182 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
183 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
876 int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold; in dex2oat()