Searched refs:AddMove (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/crankshaft/ia32/
H A Dlithium-gap-resolver-ia32.h36 void AddMove(LMoveOperands move);
H A Dlithium-gap-resolver-ia32.cc58 if (!move.IsRedundant()) AddMove(move);
129 void LGapResolver::AddMove(LMoveOperands move) { function in class:v8::internal::LGapResolver
/external/v8/src/crankshaft/x87/
H A Dlithium-gap-resolver-x87.h36 void AddMove(LMoveOperands move);
H A Dlithium-gap-resolver-x87.cc59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) { function in class:v8::internal::LGapResolver
/external/v8/src/compiler/
H A Dmove-optimizer.cc280 to_move.AddMove(move->source(), move->destination(), code_zone());
488 moves->AddMove(move->source(), move->destination());
554 slot_1->AddMove(group_begin->destination(), load->destination());
H A Dgap-resolver.cc77 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index),
H A Dinstruction.h740 MoveOperands* AddMove(const InstructionOperand& from, function in class:v8::internal::compiler::final
743 return AddMove(from, to, zone);
746 MoveOperands* AddMove(const InstructionOperand& from, function in class:v8::internal::compiler::final
H A Dregister-allocator.cc893 move->AddMove(*to_spill->operand, op);
1403 return moves->AddMove(from, to);
3904 move->AddMove(prev_operand, cur_operand);
/external/skia/gm/
H A Ddegeneratesegments.cpp38 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
213 AddMove,
/external/skqp/gm/
H A Ddegeneratesegments.cpp38 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
213 AddMove,
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc744 move->AddMove(cur.source(), to, chunk()->zone());
750 move->AddMove(from, to, chunk()->zone());
814 move->AddMove(first_output, range->GetSpillOperand(),
1067 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone());
1172 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op,
1222 move->AddMove(prev_operand, cur_operand,
H A Dlithium.cc387 LGap::START, zone())->AddMove(from, to, zone());
H A Dlithium.h352 void AddMove(LOperand* from, LOperand* to, Zone* zone) { function in class:v8::internal::final

Completed in 346 milliseconds