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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 68 numCacheableSlots = o->structure()->propertyStorageSize();
Structure.h 105 unsigned propertyStorageSize() const { return m_anonymousSlotCount + (m_propertyTable ? m_propertyTable->keyCount + (m_propertyTable->deletedOffsets ? m_propertyTable->deletedOffsets->size() : 0) : static_cast<unsigned>(m_offset + 1)); }
Structure.cpp 369 if (transition->propertyStorageSize() > transition->propertyStorageCapacity())
403 if (transition->propertyStorageSize() > transition->propertyStorageCapacity())
574 if (propertyStorageSize() > propertyStorageCapacity())
    [all...]
JSObject.h 684 size_t storageSize = m_structure->propertyStorageSize();

Completed in 145 milliseconds