Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc110 move->SetSource(LowOf(new_source)); in UpdateSourceOf()
112 move->SetSource(HighOf(new_source)); in UpdateSourceOf()
115 move->SetSource(new_source); in UpdateSourceOf()
485 move->SetSource(pending_source); in PerformMove()
518 move->SetSource(to); in UpdateMoveSource()
Dnodes.h6742 void SetSource(Location value) { source_ = value; } in SetSource() function