Home
last modified time | relevance | path

Searched refs:SetSource (Results 1 – 3 of 3) 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()
Dcode_generator.cc558 operands->SetSource(Location::StackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
560 operands->SetSource(Location::DoubleStackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
Dnodes.h7785 void SetSource(Location value) { source_ = value; } in SetSource() function