Home
last modified time | relevance | path

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

/aosp12/art/compiler/driver/
H A Dcompiler_options.h137 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod() function
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc853 static bool IsLargeMethod(const CodeItemDataAccessor& accessor) { in IsLargeMethod() function