Searched defs:VerifyInstructions (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc807 ? VerifyInstructions<true>()
808 : VerifyInstructions<false>());
1019 bool MethodVerifier::VerifyInstructions() { function in class:art::MethodVerifier
4532 // Additional register check: this is not checked statically (as part of VerifyInstructions),
4542 // Additional register check: this is not checked statically (as part of VerifyInstructions),

Completed in 30 milliseconds