Searched refs:super_ifcount (Results 1 – 1 of 1) sorted by relevance
6968 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; in AllocateIfTableMethodArrays() local6972 const bool is_super = i < super_ifcount; in AllocateIfTableMethodArrays()7248 size_t super_ifcount, in FillIfTable() argument7256 for (size_t i = 0; i < super_ifcount; i++) { in FillIfTable()7261 size_t filled_ifcount = super_ifcount; in FillIfTable()7321 const size_t super_ifcount = has_superclass ? klass->GetSuperClass()->GetIfTableCount() : 0U; in SetupInterfaceLookupTable() local7326 if (super_ifcount == 0) { in SetupInterfaceLookupTable()7337 for (size_t i = 0; i < super_ifcount; ++i) { in SetupInterfaceLookupTable()7349 size_t ifcount = super_ifcount + num_interfaces; in SetupInterfaceLookupTable()7373 if (super_ifcount != 0) { in SetupInterfaceLookupTable()[all …]