Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h41 static const size_t kDefaultSmallMethodThreshold = 60; variable
52 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc189 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
190 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
843 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in dex2oat()