Lines Matching refs:GetInterface
4347 if (klass->GetClassLoader() != klass->GetIfTable()->GetInterface(i)->GetClassLoader()) { in ValidateSuperClassDescriptors()
4348 uint32_t num_methods = klass->GetIfTable()->GetInterface(i)->NumVirtualMethods(); in ValidateSuperClassDescriptors()
4351 super_mh.ChangeMethod(klass->GetIfTable()->GetInterface(i)->GetVirtualMethod(j)); in ValidateSuperClassDescriptors()
4358 PrettyDescriptor(klass->GetIfTable()->GetInterface(i)).c_str()); in ValidateSuperClassDescriptors()
5099 mirror::Class* super_interface = super_iftable->GetInterface(i); in LinkInterfaceMethods()
5111 mirror::Class* existing_interface = iftable->GetInterface(j); in LinkInterfaceMethods()
5122 mirror::Class* super_interface = interface->GetIfTable()->GetInterface(j); in LinkInterfaceMethods()
5125 mirror::Class* existing_interface = iftable->GetInterface(k); in LinkInterfaceMethods()
5172 mirror::Class* interface = iftable->GetInterface(i); in LinkInterfaceMethods()
5198 size_t num_methods = iftable->GetInterface(i)->NumVirtualMethods(); in LinkInterfaceMethods()
5232 mirror::ArtMethod* interface_method = iftable->GetInterface(i)->GetVirtualMethod(j); in LinkInterfaceMethods()