Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h127 size_t GetSmallMethodThreshold() const { in GetSmallMethodThreshold() function
/art/compiler/dex/
Dmir_analysis.cc1032 small_cutoff = compiler_options.GetSmallMethodThreshold(); in SkipCompilation()
1037 default_cutoff = compiler_options.GetSmallMethodThreshold(); in SkipCompilation()