Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc443 bool CheckSignaturePolymorphicMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
3062 if (!CheckSignaturePolymorphicMethod(called_method) || in CodeFlowVerifyInstruction()
4191 bool MethodVerifier<kVerifierDebug>::CheckSignaturePolymorphicMethod(ArtMethod* method) { in CheckSignaturePolymorphicMethod() function in art::verifier::impl::__anon79162a830111::MethodVerifier