Searched refs:super_ifcount (Results 1 – 1 of 1) sorted by relevance
6914 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; in AllocateIfTableMethodArrays() local6918 const bool is_super = i < super_ifcount; in AllocateIfTableMethodArrays()7194 size_t super_ifcount, in FillIfTable() argument7204 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() local7280 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()[all …]