Searched refs:m_propertyTable (Results 1 – 2 of 2) sorted by relevance
101 if (structure->m_propertyTable) { in dumpStatistics()103 … totalPropertyMapsSize += PropertyMapHashTable::allocationSize(structure->m_propertyTable->size); in dumpStatistics()104 if (structure->m_propertyTable->deletedOffsets) in dumpStatistics()105 …totalPropertyMapsSize += (structure->m_propertyTable->deletedOffsets->capacity() * sizeof(unsigned… in dumpStatistics()129 , m_propertyTable(0) in Structure()175 if (m_propertyTable) { in ~Structure()176 unsigned entryCount = m_propertyTable->keyCount + m_propertyTable->deletedSentinelCount; in ~Structure()178 if (UString::Rep* key = m_propertyTable->entries()[i].key) in ~Structure()182 delete m_propertyTable->deletedOffsets; in ~Structure()183 fastFree(m_propertyTable); in ~Structure()[all …]
100 …torageSize() const { return m_propertyTable ? m_propertyTable->keyCount + (m_propertyTable->delete… in propertyStorageSize()109 …bool isEmpty() const { return m_propertyTable ? !m_propertyTable->keyCount : m_offset == noOffset;… in isEmpty()130 if (m_propertyTable || !m_previous) in materializePropertyMapIfNecessary()169 PropertyMapHashTable* m_propertyTable; variable186 if (!m_propertyTable) in get()197 unsigned entryIndex = m_propertyTable->entryIndices[i & m_propertyTable->sizeMask]; in get()201 if (rep == m_propertyTable->entries()[entryIndex - 1].key) in get()202 return m_propertyTable->entries()[entryIndex - 1].offset; in get()217 entryIndex = m_propertyTable->entryIndices[i & m_propertyTable->sizeMask]; in get()221 if (rep == m_propertyTable->entries()[entryIndex - 1].key) in get()[all …]