Searched refs:newStore (Results 1 – 8 of 8) sorted by relevance
90 std::unique_ptr<Instruction> newStore( in AddStore() local95 newStore->dbg_line_insts().push_back(*line_inst); in AddStore()97 newStore->SetDebugScope(dbg_scope); in AddStore()98 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
308 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local317 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()319 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
90 std::unique_ptr<Instruction> newStore( in AddStore() local95 newStore->AddDebugLine(line_inst); in AddStore()97 newStore->SetDebugScope(dbg_scope); in AddStore()98 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
317 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local326 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()328 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
1375 CookieJar.prototype.clone = function(newStore, cb) { argument1377 cb = newStore;1378 newStore = null;1385 CookieJar.deserialize(newStore, serialized, cb);
90 std::unique_ptr<ir::Instruction> newStore(new ir::Instruction( in AddStore() local93 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()