Home
last modified time | relevance | path

Searched defs:super_method (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/tools/veridex/
H A Dresolver.cc156 VeriMethod super_method = resolver->LookupMethodIn(*super, method_name, method_signature); in LookupMethodIn() local
/aosp12/art/runtime/
H A Dcha.cc144 ArtMethod* super_method = super_it-> in ResetSingleImplementationInHierarchy() local
H A Dclass_linker.cc6579 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in LinkVirtualMethods() local
7015 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local
/aosp12/art/test/004-JniTest/
H A Djni_test.cc576 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod()