OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSmallMethodThreshold
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
mir_analysis.cc
958
if ((GetNumDalvikInsns() > Runtime::Current()->
GetSmallMethodThreshold
()) &&
984
if ((GetNumDalvikInsns() > Runtime::Current()->
GetSmallMethodThreshold
()) &&
1011
small_cutoff = Runtime::Current()->
GetSmallMethodThreshold
();
1016
default_cutoff = Runtime::Current()->
GetSmallMethodThreshold
();
/art/runtime/
runtime.h
184
size_t
GetSmallMethodThreshold
() const {
Completed in 23 milliseconds