Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.h931 ArtMethod* FindAccessibleInterfaceMethod(ArtMethod* implementation_method,
Dclass.cc2135 ArtMethod* Class::FindAccessibleInterfaceMethod(ArtMethod* implementation_method, in FindAccessibleInterfaceMethod() function in art::mirror::Class
/art/runtime/jni/
Djni_internal.cc499 ArtMethod* itf_method = c->FindAccessibleInterfaceMethod(method, pointer_size); in FindMethodJNI()
/art/runtime/
Dclass_linker.cc9256 ArtMethod* itf_method = klass->FindAccessibleInterfaceMethod(resolved, image_pointer_size_); in FindResolvedMethod()
9319 (klass->FindAccessibleInterfaceMethod(method, image_pointer_size_) == nullptr)); in FindIncompatibleMethod()