Lines Matching refs:super_method

6626       ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_);  in LinkVirtualMethods()  local
6627 if (!klass->CanAccessMember(super_method->GetDeclaringClass(), in LinkVirtualMethods()
6628 super_method->GetAccessFlags())) { in LinkVirtualMethods()
6635 super_method->GetInterfaceMethodIfProxy(image_pointer_size_)); in LinkVirtualMethods()
6642 if (super_method->IsFinal()) { in LinkVirtualMethods()
6645 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
6650 } else if (super_method->IsOverridableByDefaultMethod()) { in LinkVirtualMethods()
6655 super_method, in LinkVirtualMethods()
6661 if (UNLIKELY(!super_method->IsDefaultConflicting())) { in LinkVirtualMethods()
6671 if (UNLIKELY(!super_method->IsAbstract())) { in LinkVirtualMethods()
6678 if (UNLIKELY(super_method->IsDefaultConflicting() || in LinkVirtualMethods()
6679 default_method->GetDeclaringClass() != super_method->GetDeclaringClass())) { in LinkVirtualMethods()
6693 VLOG(class_linker) << "Method " << super_method->PrettyMethod() in LinkVirtualMethods()
7061 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local
7062 if (method != super_method) { in FillIMTAndConflictTables()
7067 bool super_conflict_table = super_method->IsRuntimeMethod() && in FillIMTAndConflictTables()
7068 super_method != unimplemented_method && in FillIMTAndConflictTables()
7069 super_method != conflict_method; in FillIMTAndConflictTables()
7074 ImtConflictTable* table2 = super_method->GetImtConflictTable(image_pointer_size_); in FillIMTAndConflictTables()