Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h511 bool CodeFlowVerifyMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dmethod_verifier.cc1248 if (!CodeFlowVerifyMethod()) { in VerifyCodeFlow()
1464 bool MethodVerifier::CodeFlowVerifyMethod() { in CodeFlowVerifyMethod() function in art::verifier::MethodVerifier