HomeSort by relevance Sort by last modified time
    Searched defs:AddMove (Results 1 - 8 of 8) sorted by null

  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 17 void AddMove(Instruction* instr, TestOperand from, TestOperand to,
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(gap, Const(1), Slot(2))
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 58 if (!move.IsRedundant()) AddMove(move);
129 void LGapResolver::AddMove(LMoveOperands move) {
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) {
  /external/skia/gm/
degeneratesegments.cpp 37 static SkPoint AddMove(SkPath& path, SkPoint& startPt) {
212 AddMove,
  /art/compiler/optimizing/
register_allocator.cc     [all...]
  /external/v8/src/compiler/
instruction.h 706 MoveOperands* AddMove(const InstructionOperand& from,
709 return AddMove(from, to, zone);
712 MoveOperands* AddMove(const InstructionOperand& from,
    [all...]
  /external/v8/src/crankshaft/
lithium.h 352 void AddMove(LOperand* from, LOperand* to, Zone* zone) {
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 

Completed in 2347 milliseconds