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()
421 ArtMethod* itf_method = c->FindAccessibleInterfaceMethod(method, pointer_size); in FindMethodJNI() local422 if (itf_method == nullptr) { in FindMethodJNI()
9057 ArtMethod* itf_method = klass->FindAccessibleInterfaceMethod(resolved, image_pointer_size_); in FindResolvedMethod() local9058 if (itf_method == nullptr) { in FindResolvedMethod()