Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSObject.h449 size_t currentCapacity = m_structure->propertyStorageCapacity(); in putDirectInternal() local
451 if (currentCapacity != m_structure->propertyStorageCapacity()) in putDirectInternal()
452 allocatePropertyStorage(currentCapacity, m_structure->propertyStorageCapacity()); in putDirectInternal()
463 size_t currentCapacity = m_structure->propertyStorageCapacity(); in putDirectInternal() local
465 if (currentCapacity != structure->propertyStorageCapacity()) in putDirectInternal()
466 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity()); in putDirectInternal()
507 if (currentCapacity != structure->propertyStorageCapacity()) in putDirectInternal()
508 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity()); in putDirectInternal()
559 size_t currentCapacity = m_structure->propertyStorageCapacity(); in putDirectWithoutTransition() local
561 if (currentCapacity != m_structure->propertyStorageCapacity()) in putDirectWithoutTransition()
[all …]