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

/art/runtime/
H A Dclass_linker.cc3417 mirror::ArtMethod* super_method = vtable->Get(j); local
3418 super_mh.ChangeMethod(super_method);
3420 if (klass->CanAccessMember(super_method->GetDeclaringClass(), super_method->GetAccessFlags())) {
3421 if (super_method->IsFinal()) {

Completed in 67 milliseconds