HomeSort by relevance Sort by last modified time
    Searched refs:old_storage (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
cryptstring.h 134 char * old_storage = storage_; local
145 memcpy(storage_, old_storage, length_);
148 old_storage[0] = 0;
150 old_storage[i] = old_storage[i - 1];
152 delete[] old_storage;
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 106 char* old_storage = blocks_[0].buffer; local
108 memcpy(new_storage, old_storage, old_storage_size_used);
114 delete[] old_storage;
    [all...]
  /external/v8/src/
ic.cc 2052 FixedArray* old_storage = object->properties(); local
    [all...]

Completed in 60 milliseconds