Home
last modified time | relevance | path

Searched refs:AddMove (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.h61 void AddMove(LMoveOperands move);
Dlithium-gap-resolver-ia32.cc82 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList()
153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
Dlithium-ia32.cc532 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()
/external/chromium_org/v8/src/ia32/
Dlithium-gap-resolver-ia32.h61 void AddMove(LMoveOperands move);
Dlithium-gap-resolver-ia32.cc82 if (!move.IsRedundant()) AddMove(move); in BuildInitialMoveList()
153 void LGapResolver::AddMove(LMoveOperands move) { in AddMove() function in v8::internal::LGapResolver
/external/skia/gm/
Ddegeneratesegments.cpp36 static SkPoint AddMove(SkPath& path, SkPoint& startPt) { in AddMove() function in skiagm::DegenerateSegmentsGM
211 AddMove, in onDraw()
/external/v8/src/
Dlithium-allocator.cc758 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()
Dlithium.h389 void AddMove(LOperand* from, LOperand* to) { in AddMove() function
/external/chromium_org/v8/src/
Dlithium-allocator.cc775 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()
Dlithium.cc379 LGap::START, zone())->AddMove(from, to, zone()); in AddGapMove()
Dlithium.h460 void AddMove(LOperand* from, LOperand* to, Zone* zone) { in AddMove() function
/external/v8/src/mips/
Dlithium-mips.cc537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()
/external/v8/src/arm/
Dlithium-arm.cc537 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()
/external/v8/src/x64/
Dlithium-x64.cc530 GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); in AddGapMove()