Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h135 bool IsHugeMethod(size_t num_dalvik_instructions) const { in IsHugeMethod() function
/art/compiler/dex/
Dmir_analysis.cc1057 if (compiler_options.IsHugeMethod(GetNumDalvikInsns())) { in SkipCompilation()