HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultSmallMethodThreshold (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_options.h 41 static const size_t kDefaultSmallMethodThreshold = 60;
52 small_method_threshold_(kDefaultSmallMethodThreshold),
  /art/dex2oat/
dex2oat.cc 192 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold);
193 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold);
    [all...]

Completed in 803 milliseconds