Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc36 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
Dcompiler_options.h43 static const size_t kDefaultSmallMethodThreshold = 60; variable
/art/dex2oat/
Ddex2oat.cc328 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
329 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()