Home
last modified time | relevance | path

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

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