Home
last modified time | relevance | path

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

/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