Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dremoteconf.c639 vchar_t *new_storage; local
/external/v8/src/builtins/
Dbuiltins-array.cc943 Handle<SeededNumberDictionary> new_storage = in SetDictionaryMode()
946 if (!new_storage.is_identical_to(slow_storage)) { in SetDictionaryMode()
947 slow_storage = loop_scope.CloseAndEscape(new_storage); in SetDictionaryMode()
/external/v8/src/
Dobjects.cc3444 Handle<FixedArray> new_storage = in MigrateFastToFast() local
3458 new_storage->set(target_index, *value); in MigrateFastToFast()
3464 object->set_properties(*new_storage); in MigrateFastToFast()