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

  /art/compiler/driver/
compiler_options.cc 26 large_method_threshold_(kDefaultLargeMethodThreshold),
compiler_options.h 36 static const size_t kDefaultLargeMethodThreshold = 600;
  /art/compiler/jit/
jit_compiler.cc 93 CompilerOptions::kDefaultLargeMethodThreshold,
  /art/dex2oat/
dex2oat.cc 285 UsageError(" Example: --large-method-max=%d", CompilerOptions::kDefaultLargeMethodThreshold);
286 UsageError(" Default: %d", CompilerOptions::kDefaultLargeMethodThreshold);
    [all...]

Completed in 214 milliseconds