Home
last modified time | relevance | path

Searched refs:GetSmallMethodThreshold (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h120 size_t GetSmallMethodThreshold() const { in GetSmallMethodThreshold() function
/art/compiler/dex/
Dmir_analysis.cc1127 small_cutoff = compiler_options.GetSmallMethodThreshold(); in SkipCompilation()
1132 default_cutoff = compiler_options.GetSmallMethodThreshold(); in SkipCompilation()