Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc194 bool hard_fail = false; in VerifyClass() local
228 hard_fail = true; in VerifyClass()
271 hard_fail = true; in VerifyClass()
287 return hard_fail ? kHardFailure : kSoftFailure; in VerifyClass()