Home
last modified time | relevance | path

Searched refs:itf_method (Results 1 – 3 of 3) sorted by relevance

/art/tools/veridex/
Dresolver.cc170 VeriMethod itf_method = resolver->LookupMethodIn(*itf, method_name, method_signature); in LookupMethodIn() local
171 if (itf_method != nullptr) { in LookupMethodIn()
172 return itf_method; in LookupMethodIn()
/art/runtime/jni/
Djni_internal.cc502 ArtMethod* itf_method = c->FindAccessibleInterfaceMethod(method, pointer_size); in FindMethodJNI() local
503 if (itf_method == nullptr) { in FindMethodJNI()
/art/runtime/
Dclass_linker.cc10044 ArtMethod* itf_method = klass->FindAccessibleInterfaceMethod(resolved, image_pointer_size_); in FindResolvedMethod() local
10045 if (itf_method == nullptr) { in FindResolvedMethod()