Searched refs:new_storage (Results 1 – 4 of 4) sorted by relevance
208 std::unique_ptr<Field[]> new_storage(new Field[new_capacity]); in ExpandHeapStorage() local212 memcpy(&new_storage[0], fields_, sizeof(Field) * size_); in ExpandHeapStorage()214 heap_storage_ = std::move(new_storage); in ExpandHeapStorage()
739 Handle<NumberDictionary> new_storage = NumberDictionary::Set( in SetDictionaryMode()741 if (!new_storage.is_identical_to(slow_storage)) { in SetDictionaryMode()742 slow_storage = loop_scope.CloseAndEscape(new_storage); in SetDictionaryMode()
639 vchar_t *new_storage; local
4173 Handle<PropertyArray> new_storage = in MigrateFastToFast() local4186 new_storage->set(target_index, *value); in MigrateFastToFast()4192 object->SetProperties(*new_storage); in MigrateFastToFast()