Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc604 bool CodeFlowVerifyMethod() REQUIRES_SHARED(Locks::mutator_lock_);
2092 ? CodeFlowVerifyMethod</*kMonitorDexPCs=*/ false>() in VerifyCodeFlow()
2093 : CodeFlowVerifyMethod</*kMonitorDexPCs=*/ true>(); in VerifyCodeFlow()
2287 bool MethodVerifier<kVerifierDebug>::CodeFlowVerifyMethod() { in CodeFlowVerifyMethod() function in art::verifier::impl::__anon3465e4f90111::MethodVerifier