Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc92 if (compiler_options.IsLargeMethod(code_units) && (number_of_branches == 0)) { in SkipCompilation()
/art/compiler/driver/
Dcompiler_options.h141 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod() function
/art/runtime/verifier/
Dmethod_verifier.cc871 static bool IsLargeMethod(const CodeItemDataAccessor& accessor) { in IsLargeMethod() function
5336 << (impl::IsLargeMethod(verifier.CodeItem()) ? " (large method)" : "") in VerifyMethod()