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

/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h38 void AddMove(LMoveOperands move);
H A Dlithium-gap-resolver-ia32.cc59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) { function in class:v8::internal::LGapResolver
/external/chromium_org/v8/src/x87/
H A Dlithium-gap-resolver-x87.h38 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/chromium_org/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc117 parallel_move->AddMove(mo.source(), mo.destination(), main_zone());
/external/chromium_org/third_party/skia/gm/
H A Ddegeneratesegments.cpp40 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
215 AddMove,
/external/skia/gm/
H A Ddegeneratesegments.cpp40 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
215 AddMove,
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc723 move->AddMove(cur.source(), to, code_zone());
729 move->AddMove(from, to, code_zone());
807 move->AddMove(output, range->GetSpillOperand(), code_zone());
865 move->AddMove(first_output, range->GetSpillOperand(), code_zone());
1097 ->AddMove(phi_operand, live_range->GetSpillOperand(), code_zone());
1190 ->AddMove(pred_op, cur_op, code_zone());
1241 move->AddMove(prev_operand, cur_operand, code_zone());
H A Dinstruction.cc392 GapAt(index)->GetOrCreateParallelMove(GapInstruction::START, zone())->AddMove(
H A Dinstruction.h351 void AddMove(InstructionOperand* from, InstructionOperand* to, Zone* zone) { function in class:v8::internal::compiler::FINAL
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc742 move->AddMove(cur.source(), to, chunk()->zone());
748 move->AddMove(from, to, chunk()->zone());
812 move->AddMove(first_output, range->GetSpillOperand(),
1063 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone());
1170 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op,
1220 move->AddMove(prev_operand, cur_operand,
H A Dlithium.cc398 LGap::START, zone())->AddMove(from, to, zone());
H A Dlithium.h340 void AddMove(LOperand* from, LOperand* to, Zone* zone) { function in class:v8::internal::FINAL

Completed in 9277 milliseconds