Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc415 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const StringPiece& signature) { in FindDeclaredDirectMethod() function in art::mirror::Class
425 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const Signature& signature) { in FindDeclaredDirectMethod() function in art::mirror::Class
435 ArtMethod* Class::FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx) { in FindDeclaredDirectMethod() function in art::mirror::Class