HomeSort by relevance Sort by last modified time
    Searched refs:PropertyMapHashTable (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
PropertyMapHashTable.h 59 struct PropertyMapHashTable {
82 return sizeof(PropertyMapHashTable)
Structure.cpp 106 totalPropertyMapsSize += PropertyMapHashTable::allocationSize(structure->m_propertyTable->size);
626 PropertyMapHashTable* Structure::copyPropertyTable()
631 size_t tableSize = PropertyMapHashTable::allocationSize(m_propertyTable->size);
632 PropertyMapHashTable* newTable = static_cast<PropertyMapHashTable*>(fastMalloc(tableSize));
    [all...]
Structure.h 32 #include "PropertyMapHashTable.h"
168 PropertyMapHashTable* copyPropertyTable();
206 PropertyMapHashTable* m_propertyTable;

Completed in 32 milliseconds