Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h132 bool IsLargeMethod(size_t num_dalvik_instructions) const { in IsLargeMethod() function
/art/runtime/verifier/
Dmethod_verifier.cc291 static bool IsLargeMethod(const DexFile::CodeItem* const code_item) { in IsLargeMethod() function