Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc527 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod()
/art/runtime/
Dclass_linker.cc5769 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in LinkVirtualMethods() local
6159 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local