Searched refs:new_storage (Results 1 – 3 of 3) sorted by relevance
164 char* new_storage = (char*)malloc(new_size * sizeof(char)); in expandIfNeeded() local165 memcpy(new_storage, storage_, length_); in expandIfNeeded()168 storage_ = new_storage; in expandIfNeeded()
1312 FixedArray* new_storage = FixedArray::cast(result); in SharedStoreIC_ExtendStorage() local1313 new_storage->set(old_storage->length(), value); in SharedStoreIC_ExtendStorage()1316 object->set_properties(new_storage); in SharedStoreIC_ExtendStorage()
641 vchar_t *new_storage; local