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

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

Completed in 66 milliseconds