Searched refs:FindAccessibleInterfaceMethod (Results 1 – 4 of 4) sorted by relevance
947 ArtMethod* FindAccessibleInterfaceMethod(ArtMethod* implementation_method,
2234 ArtMethod* Class::FindAccessibleInterfaceMethod(ArtMethod* implementation_method, in FindAccessibleInterfaceMethod() function in art::mirror::Class
502 ArtMethod* itf_method = c->FindAccessibleInterfaceMethod(method, pointer_size); in FindMethodJNI()
10044 ArtMethod* itf_method = klass->FindAccessibleInterfaceMethod(resolved, image_pointer_size_); in FindResolvedMethod()10107 (klass->FindAccessibleInterfaceMethod(method, image_pointer_size_) == nullptr)); in FindIncompatibleMethod()