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

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

Completed in 213 milliseconds