Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc395 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const StringPiece& signature, in FindDeclaredDirectMethod() function in art::mirror::Class
405 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const Signature& signature, in FindDeclaredDirectMethod() function in art::mirror::Class
415 ArtMethod* Class::FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx, in FindDeclaredDirectMethod() function in art::mirror::Class