Home
last modified time | relevance | path

Searched refs:new_source (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
110 move->SetSource(LowOf(new_source)); in UpdateSourceOf()
112 move->SetSource(HighOf(new_source)); in UpdateSourceOf()
115 move->SetSource(new_source); in UpdateSourceOf()