Searched refs:new_store (Results 1 – 4 of 4) sorted by relevance
244 Vector<byte> new_store = Vector<byte>::New(NewCapacity(kInitialCapacity)); in ExpandBuffer() local245 MemCopy(new_store.start(), backing_store_.start(), position_); in ExpandBuffer()247 backing_store_ = new_store; in ExpandBuffer()252 Vector<byte> new_store; in ConvertToTwoByte() local257 new_store = Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte()259 new_store = backing_store_; in ConvertToTwoByte()262 uint16_t* dst = reinterpret_cast<uint16_t*>(new_store.start()); in ConvertToTwoByte()266 if (new_store.start() != backing_store_.start()) { in ConvertToTwoByte()268 backing_store_ = new_store; in ConvertToTwoByte()
89 KeyValueStore new_store; in TEST_F() local90 ASSERT_TRUE(new_store.LoadFromString(store_.SaveToString())); in TEST_F()93 EXPECT_TRUE(new_store.GetString(it.first, &value)) << "key: " << it.first; in TEST_F()
646 Vector<T> new_store = Vector<T>::New(size_);647 WriteTo(new_store);648 return new_store;
3647 bool new_store = false; in StoreMaterializedValuesAndDeopt() local3654 new_store = true; in StoreMaterializedValuesAndDeopt()3678 if (new_store && value_changed) { in StoreMaterializedValuesAndDeopt()