OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultHugeMethodThreshold
(Results
1 - 2
of
2
) sorted by null
/art/compiler/driver/
compiler_options.h
39
static const size_t
kDefaultHugeMethodThreshold
= 10000;
50
huge_method_threshold_(
kDefaultHugeMethodThreshold
),
/art/dex2oat/
dex2oat.cc
174
UsageError(" Example: --huge-method-max=%d", CompilerOptions::
kDefaultHugeMethodThreshold
);
175
UsageError(" Default: %d", CompilerOptions::
kDefaultHugeMethodThreshold
);
179
UsageError(" Example: --huge-method-max=%d", CompilerOptions::
kDefaultHugeMethodThreshold
);
180
UsageError(" Default: %d", CompilerOptions::
kDefaultHugeMethodThreshold
);
[
all
...]
Completed in 163 milliseconds