Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dcryptstring.h134 char * old_storage = storage_; in EnsureStorage() local
145 memcpy(storage_, old_storage, length_); in EnsureStorage()
148 old_storage[0] = 0; in EnsureStorage()
150 old_storage[i] = old_storage[i - 1]; in EnsureStorage()
152 delete[] old_storage; in EnsureStorage()
/external/chromium/net/tools/flip_server/
Dbalsa_headers.cc106 char* old_storage = blocks_[0].buffer; in WriteToContiguousBuffer() local
108 memcpy(new_storage, old_storage, old_storage_size_used); in WriteToContiguousBuffer()
114 delete[] old_storage; in WriteToContiguousBuffer()
/external/v8/src/
Dic.cc1947 FixedArray* old_storage = object->properties(); in RUNTIME_FUNCTION() local
1949 int new_size = old_storage->length() + new_unused + 1; in RUNTIME_FUNCTION()
1951 { MaybeObject* maybe_result = old_storage->CopySize(new_size); in RUNTIME_FUNCTION()
1955 new_storage->set(old_storage->length(), value); in RUNTIME_FUNCTION()