Searched refs:super_method (Results 1 – 3 of 3) sorted by relevance
144 ArtMethod* super_method = super_it-> in ResetSingleImplementationInHierarchy() local146 if (super_method->IsAbstract() && in ResetSingleImplementationInHierarchy()147 super_method->HasSingleImplementation<kWithoutReadBarrier>() && in ResetSingleImplementationInHierarchy()148 super_method->GetSingleImplementation(pointer_size) == method) { in ResetSingleImplementationInHierarchy()151 super_method->SetSingleImplementation(nullptr, pointer_size); in ResetSingleImplementationInHierarchy()154 DCHECK(!super_method->HasSingleImplementation<kWithoutReadBarrier>()); in ResetSingleImplementationInHierarchy()
156 VeriMethod super_method = resolver->LookupMethodIn(*super, method_name, method_signature); in LookupMethodIn() local157 if (super_method != nullptr) { in LookupMethodIn()158 return super_method; in LookupMethodIn()
547 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod() argument549 if (super_object && !super_method) { in TestnonstaticCallNonvirtualMethod()552 if (super_class && !super_method) { in TestnonstaticCallNonvirtualMethod()560 jmethodID m = (super_method) ? super_nonstatic_ : sub_nonstatic_; in TestnonstaticCallNonvirtualMethod()564 CHECK_EQ(super_field, super_method); in TestnonstaticCallNonvirtualMethod()565 CHECK_NE(sub_field, super_method); in TestnonstaticCallNonvirtualMethod()