Searched refs:oldTable (Results 1 – 6 of 6) sorted by relevance
248 HashEntry[] oldTable = m_table; in rehash() local257 for (HashEntry old = oldTable[i]; old != null; ) in rehash()
243 DiffTable oldTable; in diff() local251 DiffTable::iterator it = oldTable.add(oldList[i]->m_sha1, Vector<size_t>()).iterator; in diff()259 DiffTable::iterator oldIt = oldTable.find(newIt->key); in diff()260 if (oldIt == oldTable.end() || oldIt->value.size() != 1) in diff()
906 ValueType* oldTable = m_table;923 if (!isEmptyOrDeletedBucket(oldTable[i]))924 reinsert(oldTable[i]);928 deallocateTable(oldTable, oldTableSize);
2605 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local2606 int oldCapacity = oldTable.length(); in expand()2628 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
2927 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local2928 int oldCapacity = oldTable.length(); in expand()2950 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
5886 const HASH_TABLE *oldTable) in copyEntityTable() argument5892 hashTableIterInit(&iter, oldTable); in copyEntityTable()