Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc25 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()
Dcompiler_options.h46 static const size_t kDefaultHugeMethodThreshold = 10000; variable
/art/compiler/dex/quick/
Dquick_cfi_test.cc54 CompilerOptions::kDefaultHugeMethodThreshold, in TestImpl()
/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc37 CompilerOptions::kDefaultHugeMethodThreshold, in Prepare()
/art/compiler/jit/
Djit_compiler.cc69 CompilerOptions::kDefaultHugeMethodThreshold, in JitCompiler()
/art/dex2oat/
Ddex2oat.cc258 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
259 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
563 int huge_method_threshold = CompilerOptions::kDefaultHugeMethodThreshold; in ParseArgs()