Searched refs:AddMove (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A 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()
|
H A D | gap-resolver.cc | 70 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index), in Split()
|
H A D | instruction.h | 790 MoveOperands* AddMove(const InstructionOperand& from, in AddMove() function in v8::internal::compiler::final 793 return AddMove(from, to, zone); in AddMove() 796 MoveOperands* AddMove(const InstructionOperand& from, in AddMove() function in v8::internal::compiler::final
|
H A 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()
|
H A D | mid-tier-register-allocator.cc | 147 return moves->AddMove(from, to); in AddGapMove()
|
/third_party/skia/gm/ |
H A D | degeneratesegments.cpp | 42 static SkPoint AddMove(SkPathBuilder& path, SkPoint& startPt) { in AddMove() function in skiagm::DegenerateSegmentsGM 217 AddMove,
|
Completed in 25 milliseconds