Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc25 huge_method_threshold_(kDefaultHugeMethodThreshold), in CompilerOptions()
Dcompiler_options.h35 static const size_t kDefaultHugeMethodThreshold = 10000; variable
/art/compiler/jit/
Djit_compiler.cc92 CompilerOptions::kDefaultHugeMethodThreshold, in JitCompiler()
/art/dex2oat/
Ddex2oat.cc276 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
277 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()