Lines Matching refs:super_method

6579       ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_);  in LinkVirtualMethods()  local
6580 if (!klass->CanAccessMember(super_method->GetDeclaringClass(), in LinkVirtualMethods()
6581 super_method->GetAccessFlags())) { in LinkVirtualMethods()
6588 super_method->GetInterfaceMethodIfProxy(image_pointer_size_)); in LinkVirtualMethods()
6598 if (super_method->IsFinal()) { in LinkVirtualMethods()
6601 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
6606 } else if (super_method->IsOverridableByDefaultMethod()) { in LinkVirtualMethods()
6611 super_method, in LinkVirtualMethods()
6617 if (UNLIKELY(!super_method->IsDefaultConflicting())) { in LinkVirtualMethods()
6627 if (UNLIKELY(!super_method->IsAbstract())) { in LinkVirtualMethods()
6634 if (UNLIKELY(super_method->IsDefaultConflicting() || in LinkVirtualMethods()
6635 default_method->GetDeclaringClass() != super_method->GetDeclaringClass())) { in LinkVirtualMethods()
6649 VLOG(class_linker) << "Method " << super_method->PrettyMethod() in LinkVirtualMethods()
7015 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local
7016 if (method != super_method) { in FillIMTAndConflictTables()
7021 bool super_conflict_table = super_method->IsRuntimeMethod() && in FillIMTAndConflictTables()
7022 super_method != unimplemented_method && in FillIMTAndConflictTables()
7023 super_method != conflict_method; in FillIMTAndConflictTables()
7028 ImtConflictTable* table2 = super_method->GetImtConflictTable(image_pointer_size_); in FillIMTAndConflictTables()