Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc80 if (compiler_options.IsHugeMethod(code_units)) { in SkipCompilation()
/art/compiler/driver/
Dcompiler_options.h133 bool IsHugeMethod(size_t num_dalvik_instructions) const { in IsHugeMethod() function