Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h469 bool CodeFlowVerifyMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dmethod_verifier.cc1124 if (!CodeFlowVerifyMethod()) { in VerifyCodeFlow()
1323 bool MethodVerifier::CodeFlowVerifyMethod() { in CodeFlowVerifyMethod() function in art::verifier::MethodVerifier