/external/v8/src/ia32/ |
D | lithium-gap-resolver-ia32.h | 61 void AddMove(LMoveOperands move);
|
D | lithium-gap-resolver-ia32.cc | 82 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList() 153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
|
D | lithium-ia32.cc | 532 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-gap-resolver-ia32.h | 61 void AddMove(LMoveOperands move);
|
D | lithium-gap-resolver-ia32.cc | 82 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList() 153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
|
/external/skia/gm/ |
D | degeneratesegments.cpp | 36 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { in AddMove() function in skiagm::DegenerateSegmentsGM 211 AddMove, in onDraw()
|
/external/v8/src/ |
D | lithium-allocator.cc | 758 move->AddMove(cur.source(), to); in AddConstraintsGapMove() 764 move->AddMove(from, to); in AddConstraintsGapMove() 825 move->AddMove(first_output, range->GetSpillOperand()); in MeetConstraintsBetween() 1059 AddMove(phi_operand, live_range->GetSpillOperand()); in ResolvePhis() 1161 gap->GetOrCreateParallelMove(LGap::START)->AddMove(pred_op, cur_op); in ResolveControlFlow() 1208 move->AddMove(prev_operand, cur_operand); in ConnectRanges()
|
D | lithium.h | 389 void AddMove(LOperand* from, LOperand* to) { in AddMove() function
|
/external/chromium_org/v8/src/ |
D | lithium-allocator.cc | 775 move->AddMove(cur.source(), to, chunk()->zone()); in AddConstraintsGapMove() 781 move->AddMove(from, to, chunk()->zone()); in AddConstraintsGapMove() 845 move->AddMove(first_output, range->GetSpillOperand(), in MeetConstraintsBetween() 1087 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone()); in ResolvePhis() 1195 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op, in ResolveControlFlow() 1245 move->AddMove(prev_operand, cur_operand, in ConnectRanges()
|
D | lithium.cc | 379 LGap::START, zone())->AddMove(from, to, zone()); in AddGapMove()
|
D | lithium.h | 460 void AddMove(LOperand* from, LOperand* to, Zone* zone) { in AddMove() function
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 530 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()
|