Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc527 bool CodeFlowVerifyMethod() REQUIRES_SHARED(Locks::mutator_lock_);
1621 ? CodeFlowVerifyMethod</*kMonitorDexPCs=*/ false>() in VerifyCodeFlow()
1622 : CodeFlowVerifyMethod</*kMonitorDexPCs=*/ true>(); in VerifyCodeFlow()
1864 bool MethodVerifier<kVerifierDebug>::CodeFlowVerifyMethod() { in CodeFlowVerifyMethod() function in art::verifier::impl::__anon79162a830111::MethodVerifier