Searched refs:itf_method (Results 1 – 3 of 3) sorted by relevance
170 VeriMethod itf_method = resolver->LookupMethodIn(*itf, method_name, method_signature); in LookupMethodIn() local171 if (itf_method != nullptr) { in LookupMethodIn()172 return itf_method; in LookupMethodIn()
502 ArtMethod* itf_method = c->FindAccessibleInterfaceMethod(method, pointer_size); in FindMethodJNI() local503 if (itf_method == nullptr) { in FindMethodJNI()
10044 ArtMethod* itf_method = klass->FindAccessibleInterfaceMethod(resolved, image_pointer_size_); in FindResolvedMethod() local10045 if (itf_method == nullptr) { in FindResolvedMethod()