Searched refs:supers_method (Results 1 – 1 of 1) sorted by relevance
8296 ArtMethod* supers_method = in LinkInterfaceMethods() local8298 DCHECK(supers_method != nullptr); in LinkInterfaceMethods()8299 DCHECK(interface_name_comparator.HasSameNameAndSignature(supers_method)); in LinkInterfaceMethods()8300 if (LIKELY(!supers_method->IsOverridableByDefaultMethod())) { in LinkInterfaceMethods()8311 DCHECK(vtable_impl == nullptr || vtable_impl == supers_method) in LinkInterfaceMethods()8314 << supers_method->PrettyMethod() in LinkInterfaceMethods()8316 vtable_impl = supers_method; in LinkInterfaceMethods()