Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DStructure.h108 …unsigned propertyStorageSize() const { return m_anonymousSlotCount + (m_propertyTable ? m_property… in propertyStorageSize() function
DJSPropertyNameIterator.cpp63 numCacheableSlots = o->structure()->propertyStorageSize(); in create()
DPropertyMapHashTable.h171 unsigned propertyStorageSize() const;
422 inline unsigned PropertyTable::propertyStorageSize() const in propertyStorageSize() function
DStructure.cpp342 if (transition->propertyStorageSize() > transition->propertyStorageCapacity()) in addPropertyTransition()
370 if (transition->propertyStorageSize() > transition->propertyStorageCapacity()) in addPropertyTransition()
593 if (propertyStorageSize() > propertyStorageCapacity()) in addPropertyWithoutTransition()
DJSObject.h828 size_t storageSize = m_structure->propertyStorageSize(); in markChildrenDirect()
/external/webkit/Source/JavaScriptCore/
DChangeLog6951 (JSC::PropertyTable::propertyStorageSize):
6991 (JSC::Structure::propertyStorageSize):
DChangeLog-2010-05-248809 (JSC::Structure::propertyStorageSize):
9395 (JSC::Structure::propertyStorageSize):
15742 (JSC::Structure::propertyStorageSize):
18705 (JSC::Structure::propertyStorageSize):
DChangeLog-2009-06-1615885 (JSC::Structure::propertyStorageSize):
23726 (JSC::StructureID::propertyStorageSize): Account for StructureIDs without PropertyMaps.
25944 (JSC::StructureID::propertyStorageSize):
26112 (JSC::StructureID::propertyStorageSize):