Searched refs:old_storage (Results 1 – 2 of 2) sorted by relevance
114 char * old_storage = storage_; in EnsureStorage() local125 memcpy(storage_, old_storage, length_); in EnsureStorage()128 old_storage[0] = 0; in EnsureStorage()130 old_storage[i] = old_storage[i - 1]; in EnsureStorage()132 delete[] old_storage; in EnsureStorage()
2900 Handle<FixedArray> old_storage = handle(object->properties(), isolate); in MigrateFastToFast() local2902 isolate->factory()->CopyFixedArrayAndGrow(old_storage, grow_by); in MigrateFastToFast()