Lines Matching refs:GetSource
46 if (move.IsEliminated() || move.GetSource().IsConstant()) { in EmitNativeCode()
50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) && in EmitNativeCode()
61 if (!move.IsEliminated() && !move.GetSource().IsConstant()) { in EmitNativeCode()
70 DCHECK(move->GetSource().IsConstant()); in EmitNativeCode()
108 Location source = move->GetSource(); in UpdateSourceOf()
139 DCHECK(!move->GetSource().IsInvalid()); in PerformMove()
187 if (move->GetSource().Equals(destination)) { in PerformMove()
220 Location source = move->GetSource(); in PerformMove()
318 if (!move.IsEliminated() && !move.GetSource().IsConstant()) { in EmitNativeCode()
330 Location source = move->GetSource(); in EmitNativeCode()
427 DCHECK(!move->GetSource().IsInvalid()); in PerformMove()
448 Location source = move->GetSource(); in PerformMove()
480 Location pending_source = pending_move->GetSource(); in PerformMove()
517 if (move->GetSource().Equals(from)) { in UpdateMoveSource()