Searched defs:super_method (Results 1 – 4 of 4) sorted by relevance
156 VeriMethod super_method = resolver->LookupMethodIn(*super, method_name, method_signature); in LookupMethodIn() local
144 ArtMethod* super_method = super_it-> in ResetSingleImplementationInHierarchy() local
6568 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in LinkVirtualMethods() local7004 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local
576 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod()