Searched refs:oldTable (Results 1 – 6 of 6) sorted by relevance
57 AtomicReferenceArray<ReferenceEntry<Object, Object>> oldTable = segment.table; in time() local60 segment.table = oldTable; in time()
248 HashEntry[] oldTable = m_table; in rehash() local257 for (HashEntry old = oldTable[i]; old != null; ) in rehash()
2570 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local2571 int oldCapacity = oldTable.length(); in expand()2593 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
2900 AtomicReferenceArray<ReferenceEntry<K, V>> oldTable = table; in expand() local2901 int oldCapacity = oldTable.length(); in expand()2923 ReferenceEntry<K, V> head = oldTable.get(oldIndex); in expand()
5904 const HASH_TABLE *oldTable) in copyEntityTable() argument5910 hashTableIterInit(&iter, oldTable); in copyEntityTable()
5941 const HASH_TABLE *oldTable) in copyEntityTable() argument5947 hashTableIterInit(&iter, oldTable); in copyEntityTable()