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

/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h61 void AddMove(LMoveOperands move);
H A Dlithium-gap-resolver-ia32.cc82 if (!move.IsRedundant()) AddMove(move);
153 void LGapResolver::AddMove(LMoveOperands move) { function in class:v8::internal::LGapResolver
H A Dlithium-ia32.cc532 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
/external/skia/gm/
H A Ddegeneratesegments.cpp36 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
211 AddMove,
/external/v8/src/
H A Dlithium-allocator.cc758 move->AddMove(cur.source(), to);
764 move->AddMove(from, to);
825 move->AddMove(first_output, range->GetSpillOperand());
1059 AddMove(phi_operand, live_range->GetSpillOperand());
1161 gap->GetOrCreateParallelMove(LGap::START)->AddMove(pred_op, cur_op);
1208 move->AddMove(prev_operand, cur_operand);
H A Dlithium.h389 void AddMove(LOperand* from, LOperand* to) { function in class:v8::internal::LParallelMove
/external/v8/src/arm/
H A Dlithium-arm.cc537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
/external/v8/src/mips/
H A Dlithium-mips.cc537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);
/external/v8/src/x64/
H A Dlithium-x64.cc530 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to);

Completed in 478 milliseconds