Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc27 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
Dcompiler_options.h48 static const size_t kDefaultSmallMethodThreshold = 60; variable
/art/compiler/dex/quick/
Dquick_cfi_test.cc56 CompilerOptions::kDefaultSmallMethodThreshold, in TestImpl()
/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc39 CompilerOptions::kDefaultSmallMethodThreshold, in Prepare()
/art/compiler/jit/
Djit_compiler.cc71 CompilerOptions::kDefaultSmallMethodThreshold, in JitCompiler()
/art/dex2oat/
Ddex2oat.cc268 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
269 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
565 int small_method_threshold = CompilerOptions::kDefaultSmallMethodThreshold; in ParseArgs()