Searched refs:new_store (Results 1 – 7 of 7) sorted by relevance
34 Vector<byte> new_store = Vector<byte>::New(NewCapacity(min_capacity)); in ExpandBuffer() local36 MemCopy(new_store.begin(), backing_store_.begin(), position_); in ExpandBuffer()39 backing_store_ = new_store; in ExpandBuffer()44 Vector<byte> new_store; in ConvertToTwoByte() local49 new_store = Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte()51 new_store = backing_store_; in ConvertToTwoByte()54 uint16_t* dst = reinterpret_cast<uint16_t*>(new_store.begin()); in ConvertToTwoByte()58 if (new_store.begin() != backing_store_.begin()) { in ConvertToTwoByte()60 backing_store_ = new_store; in ConvertToTwoByte()
90 KeyValueStore new_store; in TEST_F() local91 ASSERT_TRUE(new_store.LoadFromString(store_.SaveToString())); in TEST_F()94 EXPECT_TRUE(new_store.GetString(it.first, &value)) << "key: " << it.first; in TEST_F()
209 new_store = store.copy()210 with new_store.as_default():215 self.assertTrue(new_v in new_store.variables())216 self.assertTrue(new_w in new_store.variables())217 self.assertTrue(new_v in new_store.trainable_variables())218 self.assertFalse(new_w in new_store.trainable_variables())219 self.assertFalse(new_v in new_store.non_trainable_variables())220 self.assertTrue(new_w in new_store.non_trainable_variables())225 for v in new_store.variables():229 for v in new_store.variables():
1256 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store() argument1259 *store_ptr = new_store; in set_cert_store()1261 if (new_store != NULL && take_ref) { in set_cert_store()1262 X509_STORE_up_ref(new_store); in set_cert_store()
1520 new_store = EagerVariableStore()1533 new_store._store._vars[key] = new_var1534 return new_store
4177 bool new_store = false; in StoreMaterializedValuesAndDeopt() local4184 new_store = true; in StoreMaterializedValuesAndDeopt()4221 if (new_store && value_changed) { in StoreMaterializedValuesAndDeopt()
352 auto new_store = isolate->factory()->CopyFixedArrayAndGrow( in Grow() local354 table->set_entries(*new_store, WriteBarrierMode::UPDATE_WRITE_BARRIER); in Grow()