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

/art/compiler/driver/
H A Dcompiler_options.h132 bool IsLargeMethod(size_t num_dalvik_instructions) const { function in class:art::FINAL
/art/compiler/dex/
H A Dmir_analysis.cc1161 } else if (compiler_options.IsLargeMethod(GetNumDalvikInsns()) &&
/art/compiler/optimizing/
H A Dbuilder.cc250 if (compiler_options.IsLargeMethod(code_item.insns_size_in_code_units_)
/art/runtime/verifier/
H A Dmethod_verifier.cc291 static bool IsLargeMethod(const DexFile::CodeItem* const code_item) { function in namespace:art::verifier
346 << (IsLargeMethod(code_item) ? " (large method)" : "");

Completed in 565 milliseconds