Home
last modified time | relevance | path

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

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