HomeSort by relevance Sort by last modified time
    Searched defs:HasSameNameAndSignature (Results 1 - 2 of 2) sorted by null

  /art/tools/veridex/
resolver.cc 59 static bool HasSameNameAndSignature(const DexFile& dex_file,
67 static bool HasSameNameAndSignature(const DexFile& dex_file,
157 if (HasSameNameAndSignature(other_dex_file,
269 if (HasSameNameAndSignature(other_dex_file,
  /art/runtime/
art_method.cc 196 bool ArtMethod::HasSameNameAndSignature(ArtMethod* other) {
197 ScopedAssertNoThreadSuspension ants("HasSameNameAndSignature");
234 if (HasSameNameAndSignature(interface_method.GetInterfaceMethodIfProxy(pointer_size))) {
243 GetInterfaceMethodIfProxy(pointer_size)->HasSameNameAndSignature(
    [all...]

Completed in 369 milliseconds