Home
last modified time | relevance | path

Searched refs:totalPropertyMapsSize (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DStructure.cpp89 unsigned totalPropertyMapsSize = 0; in dumpStatistics() local
106totalPropertyMapsSize += PropertyMapHashTable::allocationSize(structure->m_propertyTable->size); in dumpStatistics()
108totalPropertyMapsSize += (structure->m_propertyTable->deletedOffsets->capacity() * sizeof(unsigned… in dumpStatistics()
119 printf("Size of sum of all property maps: %d\n", totalPropertyMapsSize); in dumpStatistics()
120 …printf("Size of average of all property maps: %f\n", static_cast<double>(totalPropertyMapsSize) / … in dumpStatistics()