Searched refs:set_destination (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/compiler/
H A Dgap-resolver.cc70 move->set_destination(NULL);
92 move->set_destination(destination);
H A Dinstruction.h279 void set_destination(InstructionOperand* operand) { destination_ = operand; } function in class:v8::internal::compiler::FINAL
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc105 moves_[index].set_destination(NULL);
123 moves_[index].set_destination(destination);
/external/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.cc99 current_move.set_destination(NULL);
117 current_move.set_destination(destination);
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc89 moves_[index].set_destination(NULL);
107 moves_[index].set_destination(destination);
/external/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.cc89 moves_[index].set_destination(NULL);
107 moves_[index].set_destination(destination);
/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc76 moves_[index].set_destination(NULL);
100 moves_[index].set_destination(destination);
/external/v8/src/x87/
H A Dlithium-gap-resolver-x87.cc80 moves_[index].set_destination(NULL);
104 moves_[index].set_destination(destination);
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc80 moves_[index].set_destination(NULL);
104 moves_[index].set_destination(destination);
/external/v8/src/
H A Dlithium.h268 void set_destination(LOperand* operand) { destination_ = operand; } function in class:v8::internal::BASE_EMBEDDED

Completed in 156 milliseconds