Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc540 bool CheckSignaturePolymorphicMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
3457 if (!CheckSignaturePolymorphicMethod(called_method) || in CodeFlowVerifyInstruction()
4527 bool MethodVerifier<kVerifierDebug>::CheckSignaturePolymorphicMethod(ArtMethod* method) { in CheckSignaturePolymorphicMethod() function in art::verifier::impl::__anon3465e4f90111::MethodVerifier