Searched refs:old_storage (Results 1 – 3 of 3) sorted by relevance
134 char * old_storage = storage_; in EnsureStorage() local145 memcpy(storage_, old_storage, length_); in EnsureStorage()148 old_storage[0] = 0; in EnsureStorage()150 old_storage[i] = old_storage[i - 1]; in EnsureStorage()152 delete[] old_storage; in EnsureStorage()
106 char* old_storage = blocks_[0].buffer; in WriteToContiguousBuffer() local108 memcpy(new_storage, old_storage, old_storage_size_used); in WriteToContiguousBuffer()114 delete[] old_storage; in WriteToContiguousBuffer()
1947 FixedArray* old_storage = object->properties(); in RUNTIME_FUNCTION() local1949 int new_size = old_storage->length() + new_unused + 1; in RUNTIME_FUNCTION()1951 { MaybeObject* maybe_result = old_storage->CopySize(new_size); in RUNTIME_FUNCTION()1955 new_storage->set(old_storage->length(), value); in RUNTIME_FUNCTION()