Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc107 static void UpdateSourceOf(MoveOperands* move, Location updated_location, Location new_source) { in UpdateSourceOf() argument
109 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()