Home
last modified time | relevance | path

Searched refs:set_destination (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/
Dgap-resolver.cc73 move->set_destination(destination); in PerformMove()
Dinstruction.h650 void set_destination(const InstructionOperand& operand) { in set_destination() function
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc90 moves_[index].set_destination(NULL); in PerformMove()
108 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc97 current_move.set_destination(NULL); in PerformMove()
115 current_move.set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/s390/
Dlithium-gap-resolver-s390.cc87 moves_[index].set_destination(NULL); in PerformMove()
105 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/mips64/
Dlithium-gap-resolver-mips64.cc88 moves_[index].set_destination(NULL); in PerformMove()
106 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc103 moves_[index].set_destination(NULL); in PerformMove()
121 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc88 moves_[index].set_destination(NULL); in PerformMove()
106 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc75 moves_[index].set_destination(NULL); in PerformMove()
99 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc80 moves_[index].set_destination(NULL); in PerformMove()
104 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc79 moves_[index].set_destination(NULL); in PerformMove()
103 moves_[index].set_destination(destination); in PerformMove()
/external/v8/src/crankshaft/
Dlithium.h280 void set_destination(LOperand* operand) { destination_ = operand; } in set_destination() function