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

/art/runtime/
H A Dclass_linker.cc6273 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; local
6277 const bool is_super = i < super_ifcount;
6546 // super_ifcount entries filled in with the transitive closure of the interfaces of the superclass.
6550 size_t super_ifcount,
6557 // The first super_ifcount elements are from the superclass. We note that they are already added.
6558 for (size_t i = 0; i < super_ifcount; i++) {
6563 size_t filled_ifcount = super_ifcount;
6623 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; local
6628 if (super_ifcount == 0) {
6639 for (size_t i = 0; i < super_ifcount;
7340 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; local
[all...]

Completed in 42 milliseconds