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

  /art/compiler/driver/
compiler_options.h 40 static const size_t kDefaultLargeMethodThreshold = 600;
51 large_method_threshold_(kDefaultLargeMethodThreshold),
  /art/dex2oat/
dex2oat.cc 187 UsageError(" Example: --large-method-max=%d", CompilerOptions::kDefaultLargeMethodThreshold);
188 UsageError(" Default: %d", CompilerOptions::kDefaultLargeMethodThreshold);
    [all...]

Completed in 267 milliseconds