Searched refs:new_store (Results 1 – 5 of 5) sorted by relevance
449 Vector<byte> new_store = Vector<byte>::New(NewCapacity(kInitialCapacity)); in ExpandBuffer() local450 MemCopy(new_store.start(), backing_store_.start(), position_); in ExpandBuffer()452 backing_store_ = new_store; in ExpandBuffer()457 Vector<byte> new_store; in ConvertToTwoByte() local462 new_store = Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte()464 new_store = backing_store_; in ConvertToTwoByte()467 uint16_t* dst = reinterpret_cast<uint16_t*>(new_store.start()); in ConvertToTwoByte()471 if (new_store.start() != backing_store_.start()) { in ConvertToTwoByte()473 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()
107 Vector<T> new_store = Vector<T>::New(size_); in ToVector() local108 WriteTo(new_store); in ToVector()109 return new_store; in ToVector()
3952 bool new_store = false; in StoreMaterializedValuesAndDeopt() local3959 new_store = true; in StoreMaterializedValuesAndDeopt()3983 if (new_store && value_changed) { in StoreMaterializedValuesAndDeopt()
1306 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store() argument1309 *store_ptr = new_store; in set_cert_store()1311 if (new_store != NULL && take_ref) { in set_cert_store()1312 X509_STORE_up_ref(new_store); in set_cert_store()