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

  /art/compiler/driver/
compiler_options.h 42 static const size_t kDefaultTinyMethodThreshold = 20;
53 tiny_method_threshold_(kDefaultTinyMethodThreshold),
  /art/dex2oat/
dex2oat.cc 197 UsageError(" Example: --tiny-method-max=%d", CompilerOptions::kDefaultTinyMethodThreshold);
198 UsageError(" Default: %d", CompilerOptions::kDefaultTinyMethodThreshold);
    [all...]

Completed in 1053 milliseconds