Searched refs:FindAccessibleInterfaceMethod (Results 1 – 4 of 4) sorted by relevance
931 ArtMethod* FindAccessibleInterfaceMethod(ArtMethod* implementation_method,
2135 ArtMethod* Class::FindAccessibleInterfaceMethod(ArtMethod* implementation_method, in FindAccessibleInterfaceMethod() function in art::mirror::Class
499 ArtMethod* itf_method = c->FindAccessibleInterfaceMethod(method, pointer_size); in FindMethodJNI()
9256 ArtMethod* itf_method = klass->FindAccessibleInterfaceMethod(resolved, image_pointer_size_); in FindResolvedMethod()9319 (klass->FindAccessibleInterfaceMethod(method, image_pointer_size_) == nullptr)); in FindIncompatibleMethod()