Searched refs:AddMove (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | move-optimizer.cc | 277 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()
|
D | gap-resolver.cc | 70 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index), in Split()
|
D | instruction.h | 790 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()
|
D | register-allocator.cc | 849 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()
|
D | mid-tier-register-allocator.cc | 147 return moves->AddMove(from, to); in AddGapMove()
|
/third_party/skia/gm/ |
D | degeneratesegments.cpp | 42 static SkPoint AddMove(SkPathBuilder& path, SkPoint& startPt) { in AddMove() function in skiagm::DegenerateSegmentsGM 217 AddMove, in onDraw()
|