Home
last modified time | relevance | path

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

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