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

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 63 numCacheableSlots = o->structure()->propertyStorageSize();
Structure.h 108 unsigned propertyStorageSize() const { return m_anonymousSlotCount + (m_propertyTable ? m_propertyTable->propertyStorageSize() : static_cast<unsigned>(m_offset + 1)); }
PropertyMapHashTable.h 171 unsigned propertyStorageSize() const;
422 inline unsigned PropertyTable::propertyStorageSize() const
Structure.cpp 342 if (transition->propertyStorageSize() > transition->propertyStorageCapacity())
370 if (transition->propertyStorageSize() > transition->propertyStorageCapacity())
593 if (propertyStorageSize() > propertyStorageCapacity())
JSObject.h     [all...]

Completed in 242 milliseconds