Searched refs:IsLargeMethod (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc61 if (compiler_options.IsLargeMethod(code_item_.insns_size_in_code_units_)
/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 68 milliseconds