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

/art/runtime/
H A Dart_method.cc171 bool ArtMethod::HasSameNameAndSignature(ArtMethod* other) { function in class:art::ArtMethod
172 ScopedAssertNoThreadSuspension ants("HasSameNameAndSignature");
212 if (HasSameNameAndSignature(interface_method.GetInterfaceMethodIfProxy(pointer_size))) {
221 GetInterfaceMethodIfProxy(pointer_size)->HasSameNameAndSignature(

Completed in 56 milliseconds