Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6619 ArtMethod* vtable_impl = nullptr; in LinkInterfaceMethods() local
6642 vtable_impl = vtable_method; in LinkInterfaceMethods()
6689 DCHECK(vtable_impl == nullptr || vtable_impl == supers_method) in LinkInterfaceMethods()
6690 << "vtable_impl was " << PrettyMethod(vtable_impl) << " and not 'nullptr' or " in LinkInterfaceMethods()
6692 vtable_impl = supers_method; in LinkInterfaceMethods()
6705 if (vtable_impl != nullptr && vtable_impl->IsDefaultConflicting()) { in LinkInterfaceMethods()
6707 default_conflict_method = vtable_impl; in LinkInterfaceMethods()
6731 if (vtable_impl != nullptr && in LinkInterfaceMethods()
6732 current_method->GetDeclaringClass() == vtable_impl->GetDeclaringClass()) { in LinkInterfaceMethods()
6735 current_method = vtable_impl; in LinkInterfaceMethods()
[all …]