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

/art/runtime/mirror/
H A Dclass.cc374 ArtMethod* Class::FindDeclaredDirectMethod(const StringPiece& name, const StringPiece& signature) const { function in class:art::mirror::Class
386 ArtMethod* Class::FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx) const { function in class:art::mirror::Class
400 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature);
410 ArtMethod* method = klass->FindDeclaredDirectMethod(dex_cache, dex_method_idx);

Completed in 187 milliseconds