Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h568 bool CodeFlowVerifyMethod() SHARED_REQUIRES(Locks::mutator_lock_);
Dmethod_verifier.cc1582 if (!CodeFlowVerifyMethod()) { in VerifyCodeFlow()
1803 bool MethodVerifier::CodeFlowVerifyMethod() { in CodeFlowVerifyMethod() function in art::verifier::MethodVerifier