Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h139 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod() function
/art/compiler/dex/
Dmir_analysis.cc1064 } else if (compiler_options.IsLargeMethod(GetNumDalvikInsns()) && in SkipCompilation()