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

/art/test/004-JniTest/
H A Djni_test.cc536 void TestnonstaticCallNonvirtualMethod(bool super_object, bool super_class, bool super_method, const char* test_case) { argument
538 if (super_object && !super_method) {
541 if (super_class && !super_method) {
549 jmethodID m = (super_method) ? super_nonstatic_ : sub_nonstatic_;
553 CHECK_EQ(super_field, super_method);
554 CHECK_NE(sub_field, super_method);
/art/runtime/
H A Dclass_linker.cc5932 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); local
5933 if (!klass->CanAccessMember(super_method->GetDeclaringClass(),
5934 super_method->GetAccessFlags())) {
5936 // Before Android 4.1, the package-private method super_method might have been incorrectly
5941 super_method->GetInterfaceMethodIfProxy(image_pointer_size_));
5948 if (super_method->IsFinal()) {
5951 super_method->GetDeclaringClassDescriptor());
5956 } else if (super_method->IsOverridableByDefaultMethod()) {
5961 super_method,
5967 if (UNLIKELY(!super_method
6363 ArtMethod* super_method = super_imt->Get(i, image_pointer_size_); local
[all...]

Completed in 75 milliseconds