Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc820 static bool IsLargeMethod(const CodeItemDataAccessor& accessor) { in IsLargeMethod() function
5146 << (impl::IsLargeMethod(verifier.CodeItem()) ? " (large method)" : "") in VerifyMethod()