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.cc174 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
175 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
179 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
180 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
841 int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold; in dex2oat()