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.cc6757 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local
7793 void FinalizeState(ArtMethod* super_method, in FinalizeState()
8503 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(j); in AssignVTableIndexes() local
8601 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(k); in AssignVTableIndexes() local
8653 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(record.GetMethodIndex()); in AssignVTableIndexes() local
8991 ArtMethod* super_method = super_class->GetVTableEntry(j, kPointerSize); in LinkMethods() local
/art/test/004-JniTest/
Djni_test.cc576 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod()