Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h116 size_t GetLargeMethodThreshold() const { in GetLargeMethodThreshold() function
/art/compiler/dex/
Dmir_analysis.cc1128 default_cutoff = compiler_options.GetLargeMethodThreshold(); in SkipCompilation()