Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/veridex/
H A Dresolver.cc156 VeriMethod super_method = resolver->LookupMethodIn(*super, method_name, method_signature); in LookupMethodIn() local
/aosp_15_r20/art/runtime/
H A Dcha.cc144 ArtMethod* super_method = super_it-> in ResetSingleImplementationInHierarchy() local
H A Dclass_linker.cc6781 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); in FillIMTAndConflictTables() local
7817 void FinalizeState(ArtMethod* super_method, in FinalizeState()
8533 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(j); in AssignVTableIndexes() local
8631 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(k); in AssignVTableIndexes() local
8683 ArtMethod* super_method = super_vtable_accessor.GetVTableEntry(record.GetMethodIndex()); in AssignVTableIndexes() local
9021 ArtMethod* super_method = super_class->GetVTableEntry(j, kPointerSize); in LinkMethods() local
/aosp_15_r20/art/test/004-JniTest/
H A Djni_test.cc576 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod()