Home
last modified time | relevance | path

Searched refs:kDefaultSmallMethodThreshold (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc27 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
Dcompiler_options.h37 static const size_t kDefaultSmallMethodThreshold = 60; variable
/art/compiler/jit/
Djit_compiler.cc94 CompilerOptions::kDefaultSmallMethodThreshold, in JitCompiler()
/art/dex2oat/
Ddex2oat.cc286 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
287 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()