Searched refs:updated_location (Results 1 – 1 of 1) sorted by relevance
107 static void UpdateSourceOf(MoveOperands* move, Location updated_location, Location new_source) { in UpdateSourceOf() argument109 if (LowOf(updated_location).Equals(source)) { in UpdateSourceOf()111 } else if (HighOf(updated_location).Equals(source)) { in UpdateSourceOf()114 DCHECK(updated_location.Equals(source)) << updated_location << " " << source; in UpdateSourceOf()