Searched refs:new_store (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | literal-buffer.cc | 35 base::Vector<byte> new_store = in ExpandBuffer() local 38 MemCopy(new_store.begin(), backing_store_.begin(), position_); in ExpandBuffer() 41 backing_store_ = new_store; in ExpandBuffer() 46 base::Vector<byte> new_store; in ConvertToTwoByte() local 51 new_store = base::Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte() 53 new_store = backing_store_; in ConvertToTwoByte() 56 uint16_t* dst = reinterpret_cast<uint16_t*>(new_store.begin()); in ConvertToTwoByte() 60 if (new_store.begin() != backing_store_.begin()) { in ConvertToTwoByte() 62 backing_store_ = new_store; in ConvertToTwoByte()
|
/third_party/spirv-tools/source/opt/ |
H A D | interface_var_sroa.cpp | 662 std::unique_ptr<Instruction> new_store( in StoreComponentOfValueTo() 664 new_store->AddOperand({SPV_OPERAND_TYPE_ID, {ptr->result_id()}}); in StoreComponentOfValueTo() 665 new_store->AddOperand( in StoreComponentOfValueTo() 670 def_use_mgr->AnalyzeInstDefUse(new_store.get()); in StoreComponentOfValueTo() 673 insert_before->InsertBefore(std::move(new_store)); in StoreComponentOfValueTo()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 9991 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local 10012 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl_ctx() 10013 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl_ctx() 10021 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store))) in test_set_verify_cert_store_ssl_ctx() 10034 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx() 10057 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl_ctx() 10071 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl() local 10097 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl() 10098 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl() 10106 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store))) in test_set_verify_cert_store_ssl() [all...] |
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 2009 bool new_store = false; in StoreMaterializedValuesAndDeopt() local 2016 new_store = true; in StoreMaterializedValuesAndDeopt() 2053 if (new_store && value_changed) { in StoreMaterializedValuesAndDeopt()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 283 auto new_store = isolate->factory()->CopyFixedArrayAndGrow( in Grow() local 285 table->set_entries(*new_store, WriteBarrierMode::UPDATE_WRITE_BARRIER); in Grow()
|
Completed in 22 milliseconds