Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc361 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const StringPiece& signature) { in FindInterfaceMethod() function in art::mirror::Class
379 ArtMethod* Class::FindInterfaceMethod(const StringPiece& name, const Signature& signature) { in FindInterfaceMethod() function in art::mirror::Class
397 ArtMethod* Class::FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx) { in FindInterfaceMethod() function in art::mirror::Class