Home
last modified time | relevance | path

Searched defs:FindInterfaceMethod (Results 1 – 1 of 1) sorted by relevance

/art/runtime/mirror/
Dclass.cc337 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const StringPiece& signature, in FindInterfaceMethod() function in art::mirror::Class
356 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const Signature& signature, in FindInterfaceMethod() function in art::mirror::Class
375 ArtMethod* Class::FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx, in FindInterfaceMethod() function in art::mirror::Class