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

/art/runtime/
H A Dclass_linker.cc4586 ArtMethod* super_method = vtable->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); local
4588 super_method->GetInterfaceMethodIfProxy(image_pointer_size_));
4593 if (klass->CanAccessMember(super_method->GetDeclaringClass(),
4594 super_method->GetAccessFlags())) {
4595 if (super_method->IsFinal()) {
4598 super_method->GetDeclaringClassDescriptor());
4606 << PrettyDescriptor(super_method->GetDeclaringClassDescriptor());

Completed in 74 milliseconds