Home
last modified time | relevance | path

Searched refs:new_storage (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/protozero/
Dproto_decoder.cc208 std::unique_ptr<Field[]> new_storage(new Field[new_capacity]); in ExpandHeapStorage() local
212 memcpy(&new_storage[0], fields_, sizeof(Field) * size_); in ExpandHeapStorage()
214 heap_storage_ = std::move(new_storage); in ExpandHeapStorage()
/external/v8/src/builtins/
Dbuiltins-array.cc739 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()
/external/ipsec-tools/src/racoon/
Dremoteconf.c639 vchar_t *new_storage; local
/external/v8/src/
Dobjects.cc4173 Handle<PropertyArray> new_storage = in MigrateFastToFast() local
4186 new_storage->set(target_index, *value); in MigrateFastToFast()
4192 object->SetProperties(*new_storage); in MigrateFastToFast()