Home
last modified time | relevance | path

Searched refs:AddMove (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc277 to_move.AddMove(move->source(), move->destination(), code_zone()); in MigrateMoves()
483 moves->AddMove(move->source(), move->destination()); in OptimizeMerge()
546 slot_1->AddMove(group_begin->destination(), load->destination()); in FinalizeMoves()
Dgap-resolver.cc70 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index), in Split()
Dinstruction.h790 MoveOperands* AddMove(const InstructionOperand& from, in NON_EXPORTED_BASE()
793 return AddMove(from, to, zone); in NON_EXPORTED_BASE()
796 MoveOperands* AddMove(const InstructionOperand& from, in NON_EXPORTED_BASE()
Dregister-allocator.cc849 move->AddMove(*to_spill->operand, op); in CommitSpillMoves()
1368 return moves->AddMove(from, to); in AddGapMove()
5064 move->AddMove(prev_operand, cur_operand); in ConnectRanges()
Dmid-tier-register-allocator.cc147 return moves->AddMove(from, to); in AddGapMove()
/third_party/skia/gm/
Ddegeneratesegments.cpp42 static SkPoint AddMove(SkPathBuilder& path, SkPoint& startPt) { in AddMove() function in skiagm::DegenerateSegmentsGM
217 AddMove, in onDraw()