Searched defs:IsLargeMethod (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/driver/
H A Dcompiler_options.h132 bool IsLargeMethod(size_t num_dalvik_instructions) const { function in class:art::FINAL
/art/runtime/verifier/
H A Dmethod_verifier.cc341 static bool IsLargeMethod(const DexFile::CodeItem* const code_item) { function in namespace:art
452 << (IsLargeMethod(code_item) ? " (large method)" : "");

Completed in 60 milliseconds