Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc5051 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; in LinkInterfaceMethods() local
5056 if (super_ifcount == 0) { in LinkInterfaceMethods()
5065 for (size_t i = 0; i < super_ifcount; ++i) { in LinkInterfaceMethods()
5077 size_t ifcount = super_ifcount + num_interfaces; in LinkInterfaceMethods()
5096 if (super_ifcount != 0) { in LinkInterfaceMethods()
5098 for (size_t i = 0; i < super_ifcount; i++) { in LinkInterfaceMethods()
5104 size_t idx = super_ifcount; in LinkInterfaceMethods()
5201 const bool is_super = i < super_ifcount; in LinkInterfaceMethods()