Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
15 #include "src/codegen/source-position.h"
19 #include "src/compiler/feedback-source.h"
732 MoveOperands(const InstructionOperand& source,
734 : source_(source), destination_(destination) {
735 DCHECK(!source.IsInvalid() && !destination.IsInvalid());
741 const InstructionOperand& source() const { return source_; }
742 InstructionOperand& source() { return source_; }
752 // destination (but not the source).
758 // A move is redundant if it's been eliminated or if its source and
809 // ParallelMove. move->source() may be changed. Any MoveOperands added to