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

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

Completed in 57 milliseconds