Home
last modified time | relevance | path

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

/art/runtime/
Dcha.cc439 ArtMethod* method_in_super_super = super_super->GetVTableEntry(method_index, pointer_size); in CheckVirtualMethodSingleImplementationInfo() local
440 if (method_in_super_super != method_in_super) { in CheckVirtualMethodSingleImplementationInfo()
441 if (method_in_super_super->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()
442 if (method_in_super_super->HasSingleImplementation()) { in CheckVirtualMethodSingleImplementationInfo()
444 invalidated_single_impl_methods.insert(method_in_super_super); in CheckVirtualMethodSingleImplementationInfo()
453 DCHECK(!method_in_super_super->HasSingleImplementation()); in CheckVirtualMethodSingleImplementationInfo()
461 method_in_super_super); in CheckVirtualMethodSingleImplementationInfo()