Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h124 size_t GetTinyMethodThreshold() const { in GetTinyMethodThreshold() function
/art/compiler/dex/
Dmir_analysis.cc1131 small_cutoff = compiler_options.GetTinyMethodThreshold(); in SkipCompilation()