Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.h593 size_t currentCapacity = m_structure->propertyStorageCapacity(); in putDirectInternal() local
595 if (currentCapacity != m_structure->propertyStorageCapacity()) in putDirectInternal()
596 allocatePropertyStorage(currentCapacity, m_structure->propertyStorageCapacity()); in putDirectInternal()
607 size_t currentCapacity = m_structure->propertyStorageCapacity(); in putDirectInternal() local
609 if (currentCapacity != structure->propertyStorageCapacity()) in putDirectInternal()
610 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity()); in putDirectInternal()
659 if (currentCapacity != structure->propertyStorageCapacity()) in putDirectInternal()
660 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity()); in putDirectInternal()
718 size_t currentCapacity = m_structure->propertyStorageCapacity(); in putDirectWithoutTransition() local
720 if (currentCapacity != m_structure->propertyStorageCapacity()) in putDirectWithoutTransition()
[all …]