OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultSmallMethodThreshold
(Results
1 - 2
of
2
) sorted by null
/art/compiler/driver/
compiler_options.h
41
static const size_t
kDefaultSmallMethodThreshold
= 60;
52
small_method_threshold_(
kDefaultSmallMethodThreshold
),
/art/dex2oat/
dex2oat.cc
189
UsageError(" Example: --small-method-max=%d", CompilerOptions::
kDefaultSmallMethodThreshold
);
190
UsageError(" Default: %d", CompilerOptions::
kDefaultSmallMethodThreshold
);
[
all
...]
Completed in 57 milliseconds