Home
last modified time | relevance | path

Searched refs:new_storage (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h163 T* new_storage = AllocateDynamicStorage(new_capacity); in Grow() local
164 if (new_storage == nullptr) { in Grow()
171 memcpy(new_storage, begin_, sizeof(T) * in_use); in Grow()
173 begin_ = new_storage; in Grow()
174 end_ = new_storage + in_use; in Grow()
175 end_of_storage_ = new_storage + new_capacity; in Grow()
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c508 static struct storage *new_storage(enum storage_type type) in new_storage() function
514 die("OOM in new_storage"); in new_storage()
528 stor = new_storage(STOR_PSEUDO); in stack_alloc()
545 stor = new_storage(STOR_LABELSYM); in new_labelsym()
559 stor = new_storage(STOR_VALUE); in new_val()
878 val = new_storage(STOR_VALUE); in emit_func_post()
1261 val = new_storage(STOR_VALUE); in emit_compare()
1291 val = new_storage(STOR_VALUE); in emit_value()
1300 val = new_storage(STOR_VALUE); in emit_value()
1311 struct storage *val = new_storage(STOR_VALU in emit_divide()
[all...]
/third_party/eudev/src/shared/
H A Dhashmap.c1077 char *new_storage; in resize_buckets() local
1120 new_storage = realloc(h->has_indirect ? h->indirect.storage : NULL, in resize_buckets()
1122 if (!new_storage) in resize_buckets()
1127 memcpy(new_storage, h->direct.storage, in resize_buckets()
1140 h->indirect.storage = new_storage; in resize_buckets()
1144 old_dibs = (dib_raw_t*)(new_storage + hi->entry_size * old_n_buckets); in resize_buckets()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc794 Handle<NumberDictionary> new_storage = NumberDictionary::Set( in SetDictionaryMode()
796 if (!new_storage.is_identical_to(slow_storage)) { in SetDictionaryMode()
797 slow_storage = loop_scope.CloseAndEscape(new_storage); in SetDictionaryMode()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc3033 Handle<PropertyArray> new_storage = in MigrateFastToFast() local
3046 new_storage->set(index.outobject_array_index(), *value); in MigrateFastToFast()
3052 object->SetProperties(*new_storage); in MigrateFastToFast()

Completed in 16 milliseconds