Searched refs:supers_method (Results 1 – 1 of 1) sorted by relevance
8336 ArtMethod* supers_method = in LinkInterfaceMethods() local8338 DCHECK(supers_method != nullptr); in LinkInterfaceMethods()8339 DCHECK(interface_name_comparator.HasSameNameAndSignature(supers_method)); in LinkInterfaceMethods()8340 if (LIKELY(!supers_method->IsOverridableByDefaultMethod())) { in LinkInterfaceMethods()8351 DCHECK(vtable_impl == nullptr || vtable_impl == supers_method) in LinkInterfaceMethods()8354 << supers_method->PrettyMethod() in LinkInterfaceMethods()8356 vtable_impl = supers_method; in LinkInterfaceMethods()