Lines Matching refs:super_ifcount
6914 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; in AllocateIfTableMethodArrays() local
6918 const bool is_super = i < super_ifcount; in AllocateIfTableMethodArrays()
7194 size_t super_ifcount, in FillIfTable() argument
7204 for (size_t i = 0; i < super_ifcount; i++) { in FillIfTable()
7209 size_t filled_ifcount = super_ifcount; in FillIfTable()
7275 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; in SetupInterfaceLookupTable() local
7280 if (super_ifcount == 0) { in SetupInterfaceLookupTable()
7291 for (size_t i = 0; i < super_ifcount; ++i) { in SetupInterfaceLookupTable()
7303 size_t ifcount = super_ifcount + num_interfaces; in SetupInterfaceLookupTable()
7327 if (super_ifcount != 0) { in SetupInterfaceLookupTable()
7329 for (size_t i = 0; i < super_ifcount; i++) { in SetupInterfaceLookupTable()
7341 self, klass.Get(), interfaces.Get(), iftable.Get(), super_ifcount, num_interfaces); in SetupInterfaceLookupTable()
8144 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; in LinkInterfaceMethods() local
8184 const bool is_super = i < super_ifcount; in LinkInterfaceMethods()