Searched refs:new_storage (Results 1 – 7 of 7) sorted by relevance
171 char* new_storage = new char[new_storage_size]; in Reserve() local174 memcpy(new_storage, read_ptr, read_size); in Reserve()179 storage_ = new_storage; in Reserve()
128 char* new_storage = new char[new_storage_size]; in WriteToContiguousBuffer() local131 memcpy(new_storage, old_storage, old_storage_size_used); in WriteToContiguousBuffer()133 memcpy(new_storage + old_storage_size_used, sp.data(), sp.size()); in WriteToContiguousBuffer()134 blocks_[0].buffer = new_storage; in WriteToContiguousBuffer()
369 std::vector<StorageType> new_storage(size);371 new (new_storage.at(i).buf) T(at(vec, i).Pass());372 vec->swap(new_storage);373 Finalize(&new_storage);
173 TestingValueStore* new_storage = new TestingValueStore(); in Create() local175 created_[extension_id] = new_storage; in Create()176 return new_storage; in Create()
641 vchar_t *new_storage; local
2108 Handle<FixedArray> new_storage = FixedArray::CopySize(old_storage, new_size); in RUNTIME_FUNCTION() local2118 new_storage->set(old_storage->length(), *to_store); in RUNTIME_FUNCTION()2121 object->set_properties(*new_storage); in RUNTIME_FUNCTION()
10097 Handle<SeededNumberDictionary> new_storage = in SetDictionaryMode() local10099 if (!new_storage.is_identical_to(slow_storage)) { in SetDictionaryMode()10100 slow_storage = loop_scope.CloseAndEscape(new_storage); in SetDictionaryMode()