/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.h | 36 void AddMove(LMoveOperands move);
|
D | lithium-gap-resolver-ia32.cc | 58 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList() 129 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.h | 36 void AddMove(LMoveOperands move);
|
D | lithium-gap-resolver-x87.cc | 59 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList() 130 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
|
/external/v8/src/compiler/ |
D | move-optimizer.cc | 280 to_move.AddMove(move->source(), move->destination(), code_zone()); in MigrateMoves() 488 moves->AddMove(move->source(), move->destination()); in OptimizeMerge() 554 slot_1->AddMove(group_begin->destination(), load->destination()); in FinalizeMoves()
|
D | gap-resolver.cc | 77 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index), in Split()
|
D | instruction.h | 737 MoveOperands* AddMove(const InstructionOperand& from, in NON_EXPORTED_BASE() 740 return AddMove(from, to, zone); in NON_EXPORTED_BASE() 743 MoveOperands* AddMove(const InstructionOperand& from, in NON_EXPORTED_BASE()
|
D | register-allocator.cc | 889 move->AddMove(*to_spill->operand, op); in CommitSpillMoves() 1399 return moves->AddMove(from, to); in AddGapMove() 3872 move->AddMove(prev_operand, cur_operand); in ConnectRanges()
|
/external/skia/gm/ |
D | degeneratesegments.cpp | 38 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { in AddMove() function in skiagm::DegenerateSegmentsGM 213 AddMove, in onDraw()
|
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 743 move->AddMove(cur.source(), to, chunk()->zone()); in AddConstraintsGapMove() 749 move->AddMove(from, to, chunk()->zone()); in AddConstraintsGapMove() 813 move->AddMove(first_output, range->GetSpillOperand(), in MeetConstraintsBetween() 1066 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone()); in ResolvePhis() 1171 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op, in ResolveControlFlow() 1221 move->AddMove(prev_operand, cur_operand, in ConnectRanges()
|
D | lithium.cc | 386 LGap::START, zone())->AddMove(from, to, zone()); in AddGapMove()
|
D | lithium.h | 352 void AddMove(LOperand* from, LOperand* to, Zone* zone) { in LITHIUM_OPERAND_LIST()
|