Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc250 bool VerifyInstructions();
1044 ? VerifyInstructions<true>() in Verify()
1045 : VerifyInstructions<false>()); in Verify()
1144 bool MethodVerifier<kVerifierDebug>::VerifyInstructions() { in VerifyInstructions() function in art::verifier::impl::__anon79162a830111::MethodVerifier