Home | History | Annotate | Download | only in runtime

Lines Matching refs:currentCapacity

593         size_t currentCapacity = m_structure->propertyStorageCapacity();
595 if (currentCapacity != m_structure->propertyStorageCapacity())
596 allocatePropertyStorage(currentCapacity, m_structure->propertyStorageCapacity());
607 size_t currentCapacity = m_structure->propertyStorageCapacity();
609 if (currentCapacity != structure->propertyStorageCapacity())
610 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity());
659 if (currentCapacity != structure->propertyStorageCapacity())
660 allocatePropertyStorage(currentCapacity, structure->propertyStorageCapacity());
718 size_t currentCapacity = m_structure->propertyStorageCapacity();
720 if (currentCapacity != m_structure->propertyStorageCapacity())
721 allocatePropertyStorage(currentCapacity, m_structure->propertyStorageCapacity());
727 size_t currentCapacity = m_structure->propertyStorageCapacity();
729 if (currentCapacity != m_structure->propertyStorageCapacity())
730 allocatePropertyStorage(currentCapacity, m_structure->propertyStorageCapacity());