Home | History | Annotate | Download | only in jit

Lines Matching refs:propertyStorageCapacity

568     bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertyStorageCapacity();
578 stubCall.addArgument(Imm32(oldStructure->propertyStorageCapacity()));
579 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity()));
1519 bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertyStorageCapacity();
1529 stubCall.addArgument(Imm32(oldStructure->propertyStorageCapacity()));
1530 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity()));