Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DStructure.h98 …size_t propertyStorageSize() const { return m_propertyTable ? m_propertyTable->keyCount + (m_prope… in propertyStorageSize() function
DStructure.cpp415 if (transition->propertyStorageSize() > transition->propertyStorageCapacity()) in addPropertyTransition()
445 if (transition->propertyStorageSize() > transition->propertyStorageCapacity()) in addPropertyTransition()
567 if (propertyStorageSize() > propertyStorageCapacity()) in addPropertyWithoutTransition()
DJSObject.cpp73 size_t storageSize = m_structure->propertyStorageSize(); in markChildren()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1615885 (JSC::Structure::propertyStorageSize):
23726 (JSC::StructureID::propertyStorageSize): Account for StructureIDs without PropertyMaps.
25944 (JSC::StructureID::propertyStorageSize):
26112 (JSC::StructureID::propertyStorageSize):