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

/external/v8/src/
H A Dscanner.h236 Vector<byte> new_store = Vector<byte>::New(NewCapacity(kInitialCapacity)); local
237 memcpy(new_store.start(), backing_store_.start(), position_);
239 backing_store_ = new_store;
244 Vector<byte> new_store; local
249 new_store = Vector<byte>::New(NewCapacity(new_content_size));
251 new_store = backing_store_;
254 uc16* dst = reinterpret_cast<uc16*>(new_store.start());
258 if (new_store.start() != backing_store_.start()) {
260 backing_store_ = new_store;
H A Dutils.h607 Vector<T> new_store = Vector<T>::New(size_);
608 WriteTo(new_store);
609 return new_store;
/external/chromium/chrome/browser/prefs/
H A Dpref_value_store.cc126 PrefValueStore::PrefStoreType new_store) {
127 DCHECK(new_store != INVALID_STORE);
132 if (controller == INVALID_STORE || controller >= new_store)
124 NotifyPrefChanged( const char* path, PrefValueStore::PrefStoreType new_store) argument
H A Dpref_value_store.h207 void NotifyPrefChanged(const char* path, PrefStoreType new_store);
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp208 const StoreRef &new_store = local
210 return makeWithStore(new_store);

Completed in 951 milliseconds