Home | History | Annotate | Download | only in runtime

Lines Matching defs:interface_method

5185           mirror::ArtMethod* interface_method = interface->GetVirtualMethod(j);
5186 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize;
5232 mirror::ArtMethod* interface_method = iftable->GetInterface(i)->GetVirtualMethod(j);
5234 interface_method->GetInterfaceMethodIfProxy());
5255 PrettyMethod(interface_method).c_str());
5260 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize;
5291 miranda_method = down_cast<mirror::ArtMethod*>(interface_method->Clone(self));