Searched refs:SetSource (Results 1 – 3 of 3) sorted by relevance
110 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()
558 operands->SetSource(Location::StackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()560 operands->SetSource(Location::DoubleStackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
7785 void SetSource(Location value) { source_ = value; } in SetSource() function