Searched refs:IsLargeMethod (Results 1 – 3 of 3) sorted by relevance
92 if (compiler_options.IsLargeMethod(code_units) && (number_of_branches == 0)) { in SkipCompilation()
141 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod() function
871 static bool IsLargeMethod(const CodeItemDataAccessor& accessor) { in IsLargeMethod() function5336 << (impl::IsLargeMethod(verifier.CodeItem()) ? " (large method)" : "") in VerifyMethod()