Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc519 …void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, con… in TestnonstaticCallNonvirtualMethod() argument
521 if (super_object && !super_method) { in TestnonstaticCallNonvirtualMethod()
524 if (super_class && !super_method) { in TestnonstaticCallNonvirtualMethod()
532 jmethodID m = (super_method) ? super_nonstatic_ : sub_nonstatic_; in TestnonstaticCallNonvirtualMethod()
536 assert(super_field == super_method); in TestnonstaticCallNonvirtualMethod()
537 assert(sub_field != super_method); in TestnonstaticCallNonvirtualMethod()
/art/runtime/
Dclass_linker.cc4599 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in LinkVirtualMethods() local
4601 super_method->GetInterfaceMethodIfProxy(image_pointer_size_)); in LinkVirtualMethods()
4606 if (klass->CanAccessMember(super_method->GetDeclaringClass(), in LinkVirtualMethods()
4607 super_method->GetAccessFlags())) { in LinkVirtualMethods()
4608 if (super_method->IsFinal()) { in LinkVirtualMethods()
4611 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
4619 << PrettyDescriptor(super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()