Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc138 moves_.Get(i)->SetSource(destination); in PerformMove()
140 moves_.Get(i)->SetSource(source); in PerformMove()
Dnodes.h1477 void SetSource(Location value) { source_ = value; } in SetSource() function