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
6268 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local7299 void FinalizeState(ArtMethod* super_method, in FinalizeState()8035 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(super_index); in AssignVTableIndexes() local8170 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(record.GetMethodIndex()); in AssignVTableIndexes() local8506 ArtMethod* super_method = super_class->GetVTableEntry(j, kPointerSize); in LinkMethods() local
576 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod()