Searched defs:AddMove (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/crankshaft/ia32/
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.cc59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) { function in class:v8::internal::LGapResolver
/external/v8/test/unittests/compiler/
H A Dmove-optimizer-unittest.cc17 void AddMove(Instruction* instr, TestOperand from, TestOperand to, function in class:v8::internal::compiler::MoveOptimizerTest
20 parallel_move->AddMove(ConvertMoveArg(from), ConvertMoveArg(to));
93 AddMove(first_instr, Reg(0), Reg(1));
95 AddMove(last_instr, Reg(1), Reg(0));
115 AddMove(first_instr, Reg(first_reg_index), ExplicitReg(second_reg_index));
117 AddMove(last_instr, Reg(second_reg_index), Reg(first_reg_index));
134 AddMove(gap, Const(1), Slot(0));
135 AddMove(gap, Const(1), Slot(1));
136 AddMove(gap, Const(1), Reg(0));
137 AddMove(ga
[all...]
/external/skia/gm/
H A Ddegeneratesegments.cpp37 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
212 AddMove,
/external/v8/src/compiler/
H A Dinstruction.h706 MoveOperands* AddMove(const InstructionOperand& from, function in class:v8::internal::compiler::final
709 return AddMove(from, to, zone);
712 MoveOperands* AddMove(const InstructionOperand& from, function in class:v8::internal::compiler::final
/external/v8/src/crankshaft/
H A Dlithium.h352 void AddMove(LOperand* from, LOperand* to, Zone* zone) { function in class:v8::internal::final

Completed in 454 milliseconds