Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1480 bool CodeFlowVerifyMethod() REQUIRES_SHARED(Locks::mutator_lock_);
2374 ? CodeFlowVerifyMethod</*kMonitorDexPCs=*/ false>() in VerifyCodeFlow()
2375 : CodeFlowVerifyMethod</*kMonitorDexPCs=*/ true>(); in VerifyCodeFlow()
2567 bool MethodVerifier<kVerifierDebug>::CodeFlowVerifyMethod() { in CodeFlowVerifyMethod() function in art::verifier::impl::__anon9aa42f790111::MethodVerifier