Home
last modified time | relevance | path

Searched refs:kMaxWarnings (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dverifier_deps.cc719 static constexpr uint32_t kMaxWarnings = 5; in VerifyDexFileAndUpdateStatus() local
739 if (number_of_warnings++ < kMaxWarnings) { in VerifyDexFileAndUpdateStatus()