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

/art/test/004-JniTest/
H A Djni_test.cc527 void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, const char* test_case) { argument
529 if (super_object && !super_method) {
532 if (super_class && !super_method) {
540 jmethodID m = (super_method) ? super_nonstatic_ : sub_nonstatic_;
544 CHECK_EQ(super_field, super_method);
545 CHECK_NE(sub_field, super_method);
/art/runtime/
H A Dclass_linker.cc5794 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); local
5796 super_method->GetInterfaceMethodIfProxy(image_pointer_size_));
5801 if (klass->CanAccessMember(super_method->GetDeclaringClass(),
5802 super_method->GetAccessFlags())) {
5803 if (super_method->IsFinal()) {
5806 super_method->GetDeclaringClassDescriptor());
5814 << PrettyDescriptor(super_method->GetDeclaringClassDescriptor());
5816 } else if (super_method->IsOverridableByDefaultMethod()) {
5821 super_method,
5827 if (UNLIKELY(!super_method
6184 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); local
[all...]

Completed in 131 milliseconds