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

  /art/tools/veridex/
resolver.cc 49 static bool HasSameNameAndSignature(const DexFile& dex_file,
57 static bool HasSameNameAndSignature(const DexFile& dex_file,
144 if (HasSameNameAndSignature(other_dex_file,
248 if (HasSameNameAndSignature(other_dex_file,
  /art/runtime/
art_method.cc 181 bool ArtMethod::HasSameNameAndSignature(ArtMethod* other) {
182 ScopedAssertNoThreadSuspension ants("HasSameNameAndSignature");
219 if (HasSameNameAndSignature(interface_method.GetInterfaceMethodIfProxy(pointer_size))) {
228 GetInterfaceMethodIfProxy(pointer_size)->HasSameNameAndSignature(
    [all...]
art_method.h 407 bool HasSameNameAndSignature(ArtMethod* other) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
class.cc 743 if (method->HasSameNameAndSignature(&iface_method)) {
768 if (current_method->HasSameNameAndSignature(method)) {
    [all...]

Completed in 549 milliseconds